Skip to content

Engine

The 10x Engine executes apps that deploy alongside existing log pipelines. All processing runs inside your network. No log data is sent externally.

The engine operates in two phases: the AOT compiler builds symbol vocabulary from repos and container images; the JIT stream processor uses those symbols to recognize and optimize input events at runtime.

graph LR
    Forwarders["Log Forwarders"] -->|IPC| Edge["10x Edge Apps"]
    Edge --> Analyzers["Analyzers & Storage"]
    Analyzers -->|REST API| Cloud["10x Cloud Apps"]
    Edge -.->|Metrics| Console["TSDB & Dashboards"]
    Cloud -.->|Metrics| Console

    classDef forwarders fill:#9333ea88,stroke:#7c3aed,color:#ffffff,stroke-width:2px,rx:8,ry:8
    classDef edge fill:#2563eb88,stroke:#1d4ed8,color:#ffffff,stroke-width:2px,rx:8,ry:8
    classDef analyzers fill:#ea580c88,stroke:#c2410c,color:#ffffff,stroke-width:2px,rx:8,ry:8
    classDef cloud fill:#059669,stroke:#047857,color:#ffffff,stroke-width:2px,rx:8,ry:8
    classDef console fill:#16a34a88,stroke:#15803d,color:#ffffff,stroke-width:2px,rx:8,ry:8

    class Forwarders forwarders
    class Edge edge
    class Analyzers analyzers
    class Cloud cloud
    class Console console

Components

  • Design


    JIT/AOT optimization model for structured event processing.

    Learn more

  • Flavors


    Deployment variants built for different environments (edge, cloud, dev).

    Learn more

  • Pipelines


    Processing workflows for compile and runtime operations.

    Learn more

  • Modules


    Configurable components that define pipeline behavior, inputs, and outputs.

    Learn more

  • Launchers


    Runtime frameworks for executing 10x Engine in various deployment contexts.

    Learn more

  • GitOps


    Version-controlled configuration management.

    Learn more