Lab 7 & 8 - nikhitasharma/RTBigDataAnalytics_Project GitHub Wiki

Task:

Client to Kafka:

We passing the data from the client to kafka producer using REST API, the sent data is stored in the MongoDB in the JSON format.

Under this task we tried to accomplish to pass the number of student count from Client of Kafka using RestAPI

Kafka to Storm:

The stored data is accessed from the MongoDB and is passed from to storm using kafka. The storm spout as a consumer forwards the data to the bolt for further processing and analysis.

Under this task when trying to full the task requirement we received an error message "could not find main class Train_Feature_Extraction"

Screenshots Links:

https://github.com/nikhitasharma/RTBigDataAnalytics_Project/issues/5