Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.19 KB

File metadata and controls

45 lines (24 loc) · 1.19 KB

Druid

Configuration

Edit environment to suite your requirements and hardware capabilities

Running

  • docker-compose up

Troubleshooting

Removing containers
  • docker rm -f $(docker ps -a -q)
Checking whats being send to kafka
  • kcat -b localhost:29092 -t analytics.v1
Deleting kafka ingestion topic
  • kafka-topics --delete --topic analytics-v1 --bootstrap-server localhost:29092

Accessing druid console

Console

Loading data

Data loader Kafka

Querying data

Query view combo

Druid documentation

Credits

docker-compose.yaml and environment comes from https://github.com/apache/druid/tree/master/distribution under the Apache License.