Fetching tweets and integrating it with Kafka and PySpark
bin/zookeeper-server-start.sh config/zookeeper.properties
bin/kafka-server-start.sh config/server.properties
bin/kafka-topics.sh –create –partitions 2 —replication-factor 1 –topic twitterdata –bootstrap-server localhost:9092
GitHub