leo.blog();

Apache Kafka

Apache Kafka is an open-source distributed event streaming platform used for building real-time data pipelines and streaming applications. It is designed to handle high volumes of data with low latency and high throughput.

Kafka CLI tools

Kaf

birdays/kaf is a self-contained tool written in Golang.

Other tools

Client libraries

Using Kafka with ClickHouse

ClickHouse has built-in integrations to fetch data from Kafka.

Leave a Comment