Expand description
Port trait definitions for the shiplog pipeline.
Defines the four core abstractions: Ingestor (data collection),
WorkstreamClusterer (event grouping), Renderer (output generation),
and Redactor (privacy-aware projection). Adapters depend on ports;
ports never depend on adapters.
Structs§
- Ingest
Output - Output of an ingestion run.
Traits§
- Ingestor
- Basic ingestion trait.
- Redactor
- Redaction.
- Renderer
- Rendering.
- Workstream
Clusterer - Workstream clustering.