- Kafka Producer to stream the live tweets and feed it into the Kafka cluster.
- Kafka Consumer to consume the data from Kafka and store it into the ElasticSearch database.
Start Zookeeper
zookeeper-server-start config\zookeeper.propertiesStart Kafka Server
kafka-server-start config\server.propertiesStart ElasticSearch Server
elasticsearchkafka-topics --zookeeper 127.0.0.1:2181 --topic twitterApp --create --partitions 6 --replication-factor 1