Skip to main content

Crate faucet_sink_jsonl

Crate faucet_sink_jsonl 

Source
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§

config
JSON Lines sink configuration.
sink
JSON Lines file sink.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Sink
A sink writes records to an external system.