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.
- Host: GitHub
- URL: https://github.com/altinity/examples
- Owner: Altinity
- License: apache-2.0
- Created: 2024-10-09T20:06:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T15:39:01.000Z (over 1 year ago)
- Last Synced: 2025-06-10T15:51:18.063Z (12 months ago)
- Topics: clickhouse
- Language: JavaScript
- Homepage: https://altinity.com/blog
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.