Topic outline
1 - Complex Event Processing (IBM Proactive Technology Online)
Video presentations including a tutorial for the PROTON (IBM Proactive Technology Online) Complex Event Processing (CEP), prepared for version 3, and validated functionally for the latest version 5.4.1, of July 2016.
CEP is a real-time processing of event streams which are analyzed to detect situations from which new events at a higher abstraction that represent the detected complex situations are generated and emitted. The rules guiding this process do not require programming skills, and can represent domain expertise of the domain in which the events are generated. In our tutorial included in this course, we demonstrate the detection of DoS (Denial of Service) attacks on a system. Proton which implements this service operates as a web application and can run within a Tomcat application container.
Use this forum to discuss material shared in the tutorial and overview of the Proton CEP system.
In addition to this forum, here are additional public forums the student can use (mostly for developers):
- StackOverflow forum using the fiware-CEP tag: http://stackoverflow.com/questions/tagged/fiware-cep
- Github issues forum for the Proton code repository: https://github.com/ishkin/Proton/issues
- Fiware askbot: https://ask.fiware.org/questions/
2 - FIWARE CEP GE Webinar
This Webinar presents the CEP GE of FIWARE.
It gives introduction to the CEP (Complex Event Processing) concepts and goals, describes the CEP instance, the IBM Proactive Technology Online, and explains how to interact with it.
At the end of this webinar the listener will have better understanding of the CEP GE, that will allow him/her to decide when the CEP GE should be used and how to interact with it.
3 - FIWARE CEP GE Tutorial
In this tutorial we show how to:
1. Define a CEP application
2. Export it to the CEP engine
3. Use the CEP REST api to run the application and send it events
4. Examine the run results and the log file