Skip to main content

Crate shiplog_ports

Crate shiplog_ports 

Source
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§

IngestOutput
Output of an ingestion run.

Traits§

Ingestor
Basic ingestion trait.
Redactor
Redaction.
Renderer
Rendering.
WorkstreamClusterer
Workstream clustering.