Lab 7 8 - PoojaShekhar/CS5543-Real-Time-Big-Data-Analytics--Lab-assignments GitHub Wiki

Development of Simple Kafka -Storm Application (Ref to the diagram given below)

  • Implement a client application for your video data, where the features, key frame and metadata is extracted and sent over to Storm using Kafka.

  • The Storm performs different analytics such as number of key frame, number of sift features for particular video on the data received from the Kafka Spout. Make sure to have multiple bolts to perform different analytics.