Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 703 Bytes

File metadata and controls

46 lines (31 loc) · 703 Bytes

Architecture

Models

Apllication models

Business related models.

High level architecture

High level architecture

High level architecture.

Kvrocks

Format of the data

{
    "version": "1",
    "format": "scanning",
    "meta": {
        "uuid": "<UUID>",
        "ts": "date",
        "type": "nmap-scan",
        "",
    },
    "payload": {
        "row": "<base64-encoded-string>"
    }
}