Expand description
Streaming output sinks for real-time data generation.
This module provides file-based streaming sinks that implement the
StreamingSink trait for CSV, JSON, and Parquet output with backpressure support.
Structsยง
- CsvStreaming
Sink - CSV streaming sink that writes serializable items to a CSV file.
- Json
Streaming Sink - JSON streaming sink that writes items as a JSON array.
- Ndjson
Streaming Sink - Newline-Delimited JSON (NDJSON) streaming sink.
- Parquet
Streaming Sink - Parquet streaming sink that buffers items and writes in row groups.