Lab6 - niCEnANi/RealTimeBigData GitHub Wiki
Question
Implement a client application for your video data, where the features, key frame and metadata is extracted and sent over to Storm using Kafka.
Implementation: Kafka Producer takes a video as a input file and generate key frames of that video.Then It will send each key frame to Kafka Consumer. The Kafka consumer will receive all the key frames and saves in it's file system.
Panopto Video: https://umkc.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=58ac3c66-f13f-47c6-b56c-4f13152a7002
Screenshots:
Kafka Producer execution:
Kafka Consumer execution: