We use this repo to publish sample code from articles in the Altinity Blog. We'll keep this page updated with a Table of Contents as we add examples. Enjoy!
- Connecting Clickhouse® and Kafka® - Shows how to connect a ClickHouse cluster to a Kafka topic.
- Using ClickHouse and RabbitMQ - How to use ClickHouse and RabbitMQ together. Includes a docker-compose file to get you started quickly.
- Visualizing NYC Taxi Data with API Endpoints - Create and populate a database with data, define API Endpoints for useful queries of that data, and create a web app that uses those API Endpoints to visualize the data.
- Using the AvroConfluent format with ClickHouse - Apache Avro is a row-oriented data serialization framework developed within Apache’s Hadoop project. ClickHouse can read and write Avro files.