Expand description
§synth-output
Output sinks for CSV, Parquet, JSON, and streaming formats.
Re-exports§
pub use control_export::*;pub use csv_sink::*;pub use json_sink::*;pub use parquet_sink::*;
Modules§
- control_
export - Export internal controls master data to CSV files.
- csv_
sink - CSV output sink with optional disk space monitoring.
- json_
sink - JSON/JSONL output sink with optional disk space monitoring.
- parquet_
sink - Parquet output sink.