Expand description
Phase-aware streaming pipeline for real-time data emission.
StreamPipeline implements the PhaseSink trait, allowing generated
data to be streamed to files or HTTP endpoints as it is produced, rather
than buffering everything in memory.
Structs§
- Stream
Pipeline - A streaming pipeline that writes generated data as JSONL envelopes.
- Stream
Stats - Accumulated statistics for a streaming pipeline.
Enums§
- Backpressure
Strategy - Strategy for handling back-pressure when the sink cannot keep up.
- Stream
Error - Errors that can occur during streaming.
- Stream
Target - Where the stream sends its data.
Traits§
- Phase
Sink - Trait for sinks that receive generated items phase-by-phase.