Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ForJenkin/JenkinProj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cep-monitoring

Apache Flink CEP program to monitor rack temperatures in a data center

The Flink program monitors an incoming stream of monitor events from a data center. The input stream contains events about the temperature and power consumption of the individual racks. Whenever two temperature events occur within a given interval which exceed a certain threshold temperature, a warning will be raised. If the system should detect two temperature warnings for the same rack and with increasing temperatures, the system will generate an alert for this rack.

Note: This program contains Java 8 lambdas. In order to run it directly from within IntelliJ you first have to build the project on the command line using Maven mvn clean package.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages