Skip to content

pachico/demo-clickhouse-rabbitmq-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo ClickHouse RabbitMQ Engine

This demo shows how to publish messages to RabbitMQ and then consume them from ClickHouse.

Requirements

  • docker-compose
  • make (unless you want to launch the commands manually)

Run it

The Makefile is self documented. Type make help to get its content:

up                             Starts all the containers required run the demo
clickhouse-set-schemas         Set the schemas for the demo
rabbit-insert-messages         Insert messages in defined queue
clickhouse-read-events         Read from the materialized view
down                           Shuts down all the containers and removes their volume

Execute the commands in this order to run the demo.

About

This demo shows how to publish messages to RabbitMQ and then consume them from ClickHouse.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published