Skip to content

ClickHouse

ClickHouse is an open-source column-oriented database management system designed for efficient storage and retrieval of large amounts of data. It is particularly well-suited for real-time analytics and data warehousing applications.

Databaseclickhouse-cppTable

Tenzir sends data to ClickHouse using the open-source clickhouse-cpp library, enabling efficient columnar transfer of events. The to_clickhouse operator can both write to existing tables and create new tables.

from "my_file.csv"
to_clickhouse table="my_table"

Last updated: