Skip to content

baratamavinash225/Kafka_stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

kafka IOT Stream

Finding the Average of the cpu_usage from the IoT Devices.

  1. Start the confluent Hub Kafka via docker.
  2. create the 3 topics cpu_usage_metric, cpu_metric_sum, cpu_metric_average
  3. Post the raw messages onto the kafka topic cpu_usage_metric via kafka rest proxy.
  4. Read the message from KStream, convert it to JSON object,perform average on the necessary key from the Json
  5. Write to 2 topics, one with sum and other with average.

Prerequisites

  1. Docker compose and docker has to be installed on the machine.
  2. Intellij/Eclipse should be available.
  3. Maven3 - used in the project
  4. Java8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published