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. modeis reserved for future breadth/depth tweaks (defaultstandard; samples may usescan).- Large archives increase memory and runtime; not a substitute for domain-specific ETL.
Configuration
| Property | Required | Description |
|---|---|---|
dataSourceName | yes | Data source for JSON output |
mode | no | Operation mode string (default standard) |
Output shape (summary)
{
"lattice_version": 1,
"mode": "scan",
"nodes": { },
"overview": {
"total_nodes": 0,
"total_items": 0,
"by_category": { }
}
}