An open API service indexing awesome lists of open source software.

https://github.com/altinity/examples

A collection of useful samples from the Altinity Blog.
https://github.com/altinity/examples

clickhouse

Last synced: 7 months ago
JSON representation

A collection of useful samples from the Altinity Blog.

Awesome Lists containing this project

README

          

# Altinity examples repository

We use this repo to publish sample code from articles in the [Altinity Blog](https://altinity.com/blog). We'll keep this page updated with a Table of Contents as we add examples. Enjoy!

## Table of Contents

* [Connecting Clickhouse® and Kafka®](clickhouse_and_kafka/README.md) - Shows how to connect a ClickHouse cluster to a Kafka topic.
* [Using ClickHouse and RabbitMQ](RabbitMQ/README.md) - How to use ClickHouse and RabbitMQ together. Includes a docker-compose file to get you started quickly.
* [Using the AvroConfluent format with ClickHouse](AvroConfluent/README.md) - Apache Avro is a row-oriented data serialization framework developed within Apache’s Hadoop project. ClickHouse can read and write Avro files.