Skip to Content
This documentation is provided with the HEAT environment and is relevant for this HEAT instance only.
RunnersDashboard Toolslattice-processor

lattice-processor

The lattice-processor processing node inspects all upstream byte blobs (archives, text, binaries), detects format by magic bytes and structure, and emits a single JSON summary (lattice_version, mode, per-node item reports).

When to use it

Use in Lattice PoC or agnostic-ingest graphs where operators upload mixed files and need an inventory before specialized parsers (for example opendis-parser) run on selected inputs.

Limitations

  • Does not publish dashboards or $heat-dataservice; output is an analysis report only.
  • mode is reserved for future breadth/depth tweaks (default standard; samples may use scan).
  • Large archives increase memory and runtime; not a substitute for domain-specific ETL.

Configuration

PropertyRequiredDescription
dataSourceNameyesData source for JSON output
modenoOperation mode string (default standard)

Output shape (summary)

{ "lattice_version": 1, "mode": "scan", "nodes": { }, "overview": { "total_nodes": 0, "total_items": 0, "by_category": { } } }