Expand description
pulse-io: simple I/O sources and sinks.
FileSource: reads JSONL or CSV and emits JSON records with event-timeFileSink: writes JSON lines to stdout or a file
Re-exports§
pub use parquet_sink::ParquetSink;pub use parquet_sink::ParquetSinkConfig;pub use parquet_sink::PartitionSpec;
Modules§
Structs§
- File
Sink - Writes each record value as a single JSON line to stdout or a file.
- File
Source - Reads a file (JSONL or CSV) and emits records.
Enums§
- File
Format - Supported file formats for
FileSource.