#Twitter Streaming Using Kafka
- Last week, you read the Kafka paper and summarized it. This week, you will be using Kafka and Zookeeper to stream Twitter data.
- You can reuse code from your first homework for reading tweets using a twitter API library of your choice. The focus of this assignment will be on familiarizing you with Kafka and Zookeeper.
##Installation and Setup
Download and install Zookeeper and Kafka on your machines. The steps required depend on the platform you are using. There a are a lot of tutorials readily available on this. Follow any tutorial, and if you get stuck, your TAs can help you with this.
##Problem Statement: