Esper was created in 2006 by EsperTech Inc. It offers a Domain-specific language for processing events called Event Processing Language (EPL). EPL is a Declarative programming language for analyzing time-based event data and detecting situations as they occur.
Esper is a Java-based application but has been ported to the C# programming language and is available for the .NET Framework under the name NEsper.
EsperTech Inc. provides Esper Enterprise Edition[1] with enterprise-ability features.
Example
This example[2] illustrates a simple EPL query that outputs a row immediately when within a sliding window of 3 minutes the number of order events reaches 5 or more events.
Analysis of Complex Event Processing with Esper by Eric Miller, a book on Esper and CEP.
Event Processing in Action by Opher Etzion and Peter Niblett, Manning Publications (ISBN9781935182214), a book that provides Esper examples
Open Source SOA by Jeff Davis, Manning Publications (ISBN1933988541), a book that provides examples of Esper for monitoring web services
OSWorkflow: A guide for Java developers and architects to integrating open-source Business Process Management, by Diego Adrian Naya Lazo, PACKT (ISBN978-1847191526 ), a book with a chapter on Esper