Complex Event Processing

Complex Event Processing

Complex Event Processing, or CEP, is primarily an event processing concept that deals with the task of processing multiple events with the goal of identifying the meaningful events within the event cloud. CEP employs techniques such as detection of complex patterns of many events, event correlation and abstraction, event hierarchies, and relationships between events such as causality, membership, and timing, and event-driven processes.

A conceptual description of CEP

Examples of events include church bells ringing, the appearance of a man in a tuxedo with a woman in a flowing white gown, and rice flying through the air. A "complex" event is what one infers from the simple events: a wedding is happening. CEP is a technique that helps discover complex, inferred events by analyzing and correlating other events: the bells, the man and woman in wedding attire and the rice flying through the air.

There are many commercial applications of CEP including algorithmic stock trading, credit card fraud detection, business activity monitoring, and security monitoringFact|date=June 2008. New applications of CEP are emerging as technology vendors find new uses for the technology.

Another systemic example of CEP

A more systemic example of CEP involves a car, some sensors and various events and reactions. Imagine that a car has several sensors - one that measures tire pressure, one that measures speed, and one that detects if someone sits on a seat or leaves a seat.

In the first situation, the car is moving and the pressure of one of the tires moves from 45 PSI to 41 PSI over 15 minutes. As the pressure in the tire is reducing, a series of events containing the tire pressure is generated. In addition, a series of events containing the speed of the car is generated. The car's Event Processor may detect a situation whereby a loss of tire pressure over a relatively long period of time results in the creation of the "lossOfTirePresure" event. This new event may trigger a reaction process to note the pressure loss into the car's maintenance log, and alert the driver via the car's portal that the tire pressure has reduced.

In the second situation, the car is moving and the pressure of one of the tires drops from 45 PSI to 20 PSI in 5 seconds. A different situation is detected - perhaps because the loss of pressure occurred over a shorter period of time, or perhaps because the difference in values between each event were larger than a predefined limit. The different situation results in a new event "blowOutTire" being generated. This new event triggers a different reaction process to immediately alert the driver and to initiate onboard computer routines to assist the driver in bringing the car to a stop without losing control through skidding.

In addition, events that represent detected situations can also be combined with other events in order to detect more complex situations. For example, in the final situation the car was moving normally but suffers a blown tire which results in the car leaving the road and striking a tree and the driver is thrown from the car. A series of different situations are rapidly detected. The combination of "blowOutTire", "zeroSpeed" and "driverLeftSeat" within a very short space of time results in a new situation being detected: "occupantThrownAccident". Even though there is no direct measurement that can determine conclusively that the driver was thrown, or that there was an accident, the combination of events allows the situation to be detected and a new event to be created to signify the detected situation. This is the essence of a complex (or composite) event. It is complex because one can not directly detect the situation; one has to infer or deduce that the situation has occurred from a combination of other events.

Academic research

* [http://www.cs.brown.edu/research/aurora Aurora] (Brandeis University, Brown University and MIT)
* [http://www.cs.brown.edu/research/borealis/public/ Borealis] (Brandeis University, Brown University and MIT)
* [http://www-db.stanford.edu/stream STREAM] (Stanford University)
* [http://telegraph.cs.berkeley.edu/ Telegraph] (UC Berkeley)
* [http://sase.cs.umass.edu/ SASE] (UC Berkeley/UMass Amherst)
* [http://www.cs.cornell.edu/database/cayuga Cayuga] (Cornell University)

ee also

* Event Stream Processing (ESP) is a related technology that focuses on processing streams of related data.
* Event Driven Architecture (EDA) is a software architecture pattern promoting the production, detection, consumption of, and reaction to events.
* Real-time computing CEP systems are typically real-time systems
* RFID Radio Frequency Identification, or RFID, requires CEP
* Operational intelligence Both CEP and ESP are technologies that underpin operational intelligence.
* Production System
* Pattern Matching

References

cite news
author = James Kobielus
title = Complex event processing: still on the launch pad
publisher = ComputerWorld Australia
date = 2007-08-17
accessdate = 2007-10-01
url = http://www.computerworld.com.au/index.php/id;918976660;fp;4;fpid;1398720840
] cite news
author = Emmet Col
title = Austin GDC: Statistical Analysis Helps Developers Fight MMO Cheats
publisher = Wired
date = 2007-09-07
accessdate = 2007-10-01
url = http://blog.wired.com/games/2007/09/austin-gdc-stat.html
] cite news
author = Seth Grimes
title = Complex Event Processing Struggles for Market Definition
publisher = Intelligent Enterprise
date = 2007-09-26
accessdate = 2007-10-01
url = http://www.intelligententerprise.com/blog/archives/2007/09/complex_event_p.html
]

External links

*"The Power of Events" by David Luckham (ISBN 0-201-72789-7), from Stanford University, a book on CEP.
* [http://www.complexevents.com Complex Event Processing] - A source of industry neutral information on applications, research, usecases, reference architectures, and developments in event processing, run by Prof David Luckham
* [http://thecepblog.com/ The CEP Blog - Vendor neural, independent blog on CEP]
* [http://www.rfidjournal.com/article/view/1196 Separating the Wheat from the Chaff] Article about CEP as applied to RFID, appeared in RFID Journal
* [http://www.ep-ts.com The Event Processing Technical Society]
* [http://esper.codehaus.org Esper - Open source implementation of CEP in Java]
* [http://wiki.open-esb.java.net/Wiki.jsp?page=IEPSE Open source implementation of CEP (IEP = "intelligent event processing")]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Complex Event Processing — (kurz CEP, dt. Verarbeitung komplexer Ereignisse) ist ein Themenbereich der Informatik, der sich mit der Erkennung, Analyse, Gruppierung und Verarbeitung voneinander abhängiger Ereignisse (engl. Events) beschäftigt. CEP ist somit ein… …   Deutsch Wikipedia

  • Complex event processing — (CEP) consists of processing many events happening across all the layers of an organization, identifying the most meaningful events within the event cloud, analyzing their impact, and taking subsequent action in real time. Complex event… …   Wikipedia

  • Complex event processing — Traitement des événements complexes ou Complex Event Processing (CEP) Le Traitement des événements complexes ou CEP, est principalement un concept de traitement des événements dans le but d identifier les événements significatifs dans un nuage d… …   Wikipédia en Français

  • Event-driven architecture — (EDA) is a software architecture pattern promoting the production, detection, consumption of, and reaction to events. An event can be defined as a significant change in state [K. Mani Chandy Event Driven Applications: Costs, Benefits and Design… …   Wikipedia

  • Event Stream Processing — Event Stream Processing, or ESP, is a set of technologies designed to assist the construction of event driven information systems. ESP technologies include event visualization, event databases, event driven middleware, and event processing… …   Wikipedia

  • Event Correlation — is a technique for making sense of a large number of events and pinpointing the few events that are really important in that mass of information. It has been notably used in Telecommunications and Industrial Process Control since the 1970s, in… …   Wikipedia

  • Event-Driven Architecture — Eine Ereignisgesteuerte Architektur (von engl. Event Driven Architecture, EDA) ist ein Softwarearchitektur Muster, in dem das Zusammenspiel der Komponenten durch Ereignisse (Events) gesteuert wird. Inhaltsverzeichnis 1 Ereignisse (Events) 2… …   Deutsch Wikipedia

  • Event Driven Architecture — Eine Ereignisgesteuerte Architektur (von engl. Event Driven Architecture, EDA) ist ein Softwarearchitektur Muster, in dem das Zusammenspiel der Komponenten durch Ereignisse (Events) gesteuert wird. Inhaltsverzeichnis 1 Ereignisse (Events) 2… …   Deutsch Wikipedia

  • Event-driven programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin …   Wikipedia

  • Event monitoring — In computer science, event monitoring is the process of collecting, analyzing, and signalling event occurrences to subscribers such as operating system processes, active database rules as well as human operators. These event occurrences may stem… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”