explore apache kafka and spark streaming
Code was just used during a hackathon, so do not expect to find a working setup here!
cd ops docker-compose up -d
cd ops ./create-topic.sh Provide input for topic name, no. of partitions and replication factor
kafka-console-consumer.sh --zookeeper 192.168.99.100:2181 --topic test --from-beginning