Expand description
§faucet-sink-jsonl
JSON Lines file sink connector for the faucet-stream ecosystem.
Writes serde_json::Value records to a file in JSON Lines
format (one JSON object per line).
Re-exports§
pub use config::JsonlSinkConfig;pub use sink::JsonlSink;
Modules§
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Sink
- A sink writes records to an external system.