Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 877 Bytes

demo_kafka.md

File metadata and controls

36 lines (28 loc) · 877 Bytes

Single node with Kafka demonstration


panoptes demo

Checkout GitHub
git checkout github.com/yahoo/panoptes-stream
cd panoptes-stream/scripts/demo
Start the containers
docker-compose -f docker-compose.kafka.yml up -d
docker-compose -f docker-compose.kafka.yml ps

panoptes kafka

docker exec -it kafka bash
cd /opt/bitnami/kafka/bin
kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic ifcounters --from-beginning
kafka-topics.sh --describe --zookeeper zookeeper:2181 --topic ifcounters
Clean up
docker-compose -f docker-compose.kafka.yml down

All demonstrations Please check out the demo page to see all of the demonstrations for different scenarios.