Event Stream Processing

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 languages, or complex event processing (CEP). ESP deals with the task of processing multiple streams of event data with the goal of identifying the meaningful events within those streams, employing 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.

ESP enables applications such as algorithmic trading in financial services, RFID event processing applications, fraud detection, process monitoring, and location-based services in telecommunications.

Example

This example of an EPL (Event Processing Language) modelled on SQL illustrates how such a language may be used to perform complex event processing. This code fragment detects weddings among a flow of external "events" such as church bells ringing, the appearance of a man in a tuxedo or morning suit, a girl in a flowing white gown and rice flying through the air. A "complex" or "composite" event is what one infers from the individual simple events: a wedding is happening.

WHEN Person.Gender EQUALS “man” AND Person.Clothes EQUALS “tuxedo” FOLLOWED-BY Person.Clothes EQUALS “gown” AND Church_Bell OR Rice_Flying WITHIN 2 hours ACTION Wedding

ee also

* Complex Event Processing (CEP) A related technology for building and managing event-driven information systems.
* Real-time computing ESP systems are typically real-time systems
* RFID Radio Frequency Identification, or RFID, requires ESP
* SCADA Supervisory Control And Data Acquisition, a similar technology used in engineering applications
* High frequency computing

References

* [http://www.cs.brown.edu/research/aurora MIT/Brown/Brandeis "Aurora" Stream Processing Project]
*"The Power of Events" by David Luckham (ISBN 0-201-72789-7), from Stanford University, a book 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.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

External links

* [http://esper.codehaus.org Esper - Open source implementation of CEP and ESP in Java]
* [http://wiki.open-esb.java.net/Wiki.jsp?page=IEPSE Open source implementation of ESP (IEP = "intelligent event processing")]


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • 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-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

  • Stream processor — There are multiple articles regarding stream processor:*Stream processing a technique used to accelerate the processing of many types of video and image computations. *Stream Processors, Inc a semiconductor company that has commercialized stream… …   Wikipedia

  • Stream processors — There are multiple articles regarding the term stream processors:*Stream Processing a technique used to accelerate the processing of many types of video and image computations. *Stream Processors, Inc a semiconductor company that has… …   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

  • Event (computing) — In computing an event is an action that is usually initiated outside the scope of a program and that is handled by a piece of code inside the program. Typically events are handled synchronous with the program flow, that is, the program has one or …   Wikipedia

  • Event Programming Language — EPL was an early attempt by iSpheres at a standard SQL style language for detecting patterns of events in data. EPL enabled conditions on historical information, including ODBC databases, as well as real time streaming data, such as stock ticks… …   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

Share the article and excerpts

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