satyabratkumarsingh / kafkaExamples

A project to check the real time analysis using Kafka Streaming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafkaExamples

The project deals with calculating average of the stock prices from a stream.

It has 2 parts.

  1. Kafka Producer - A Kafka Producer which mocks some data to put into Kafka Topic.

  2. Kafka Consumer - Reads the Kafka Stream, joins with a existing local price sheet,and calculate the average as the prices appear in stream.

About

A project to check the real time analysis using Kafka Streaming.


Languages

Language:Scala 100.0%