Expand description
Streaming HTTP client for pushing unified JSONL to a RustGraph ingest endpoint.
Implements std::io::Write so it can be passed directly to
RustGraphUnifiedExporter::export_to_writer. Buffers JSONL lines in memory
and auto-flushes when batch size is reached.
Structsยง
- Stream
Client - HTTP streaming client that implements
Writefor JSONL output. - Stream
Config - Configuration for the streaming client.