Skip to content

This project captures the cumulative average of data on scale using Kafka

Notifications You must be signed in to change notification settings

rohanseth497/cpu-metrics-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Basics

  • The producer is continuously emiting CPU usage metrics into a Kafka topic (cpu-metrics)
  • The consumer is a Kafka application which uses Kafka Streams API to calculate the moving average of the CPU metrics of each machine
  • Processing is happening via clients which can be scaled
  • Using local state store from Kafka to keep track of metrics of a particular consumer.
  • Consumer also expose a REST endpoint which would help in sending this real time metrics to the requestor

About

This project captures the cumulative average of data on scale using Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages