git checkout github.com/yahoo/panoptes-stream
cd panoptes-stream/scripts/demo
docker-compose -f docker-compose.kafka.yml up -d
docker-compose -f docker-compose.kafka.yml ps
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
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.