Skip to content

adrianmilne/esper-demo-nuclear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corsoft-esper-demo

Blog write up available at: http://www.adrianmilne.com/complex-event-processing-made-easy/

Also featured on JavaLobby: http://java.dzone.com/articles/complex-event-processing-made

Simple project that illustrates the use of the Esper Complex Event Processing Engine. Purposefully left Unit Tests out to reduce size of code.

When the demo runs it will just simulate sending random temperature events through the processing engine. It will print debug messages to the console when it detects a sequence of events matching any of the 3 criteria statements we have defined (Critical, Warning, Monitor).

requirements

You will need Maven installed and working.

setup

To run demo:

  1. Open a terminal window

  2. Navigate to the root directory of the project (where the pom.xml is)

  3. 'mvn clean install' (this will compile and build the project)

  4. 'mvn exec:java' (this will start running the demo - sending random temperature events)

About

Simple demo of some features of the Esper Complex Event Processing (CEP) engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages