A single node CRDB instance serving as the metadata store for Apache Druid instead of Postgres or MySQL.
crdb
- CockroachDB nodecrdb-init
- Executes some commands against CockroachDB and shuts down. See here.zookeeper
- Apache Druid required servicecoordinator
- Apache Druid required servicehistorical
- Apache Druid required servicemiddlemanager
- Apache Druid required servicerouter
- Apache Druid required service
- run
docker compose up
- visit the CockroachDB UI @ http://localhost:8080
- visit the Apache Druid UI @ http://localhost:8888
- have fun!