chwriter service¶
chwriter aggregates incoming data from data producers on per-table basis
and performs bulk writes to ClickHouse database.
Service Properties¶
- Sharded
- Pooled
- Databases
- ClickHouse
Processed Streams¶
graph LR
System((System)) -->|ch.TABLE| chwriter
Input Streams¶
| Stream | Description |
|---|---|
| ch.TABLE | Incoming ClickHouse data in JSONEachRow format |
Configuration¶
chwriter service is configured via chwriter configuration section.