Esper - Java Event Stream Processor

Esper Reference Documentation

0.9.5


Table of Contents

Preface
1. Technology Overview
1.1. Introduction to CEP and event stream analysis
1.2. CEP and relational databases
1.3. The Esper engine for CEP
2. Tutorial
2.1. Tutorial
3. Architecture
3.1. Overview
3.2. Building and Testing
4. Configuration
4.1. Programmatic configuration
4.2. Configuration via XML file
4.3. XML Configuration file
4.4. Configuration items
4.4.1. Event type alias to Java class mapping
5. API Reference
5.1. API Overview
5.2. Engine Instances
5.3. The Administrative Interface
5.4. The Runtime Interface
5.5. Event Class Requirements
5.5.1. Event Property Types
5.6. Time-Keeping Events
5.7. Events Received from the Engine
6. Event Pattern Reference
6.1. Event Pattern Overview
6.2. How to use Patterns
6.2.1. Pattern Syntax
6.2.2. Subscribing to Pattern Events
6.2.3. Pulling Data from Patterns
6.3. Filter Expressions
6.4. Pattern Operators
6.4.1. Every
6.4.2. And
6.4.3. Or
6.4.4. Not
6.4.5. Followed-by
6.5. Guards
6.5.1. timer:within
6.6. Pattern Observers
6.6.1. timer:interval
6.6.2. timer:at
7. EQL Reference
7.1. EQL Introduction
7.2. EQL Syntax
7.3. Choosing Event Properties And Events: the Select Clause
7.3.1. Choosing all event properties: select *
7.3.2. Choosing specific event properties
7.3.3. Expressions
7.3.4. Renaming event properties
7.4. Specifying Event Streams : the From Clause
7.4.1. Specifying an event type
7.4.2. Specifying event filter criteria
7.4.3. Specifying views
7.5. Specifying Search Conditions: the Where Clause
7.6. Aggregates and grouping: the Group-by Clause and the Having Clause
7.6.1. Using aggregate functions
7.6.2. Organizing statement results into groups: the Group-by clause
7.6.3. Selecting groups of events: the Having clause
7.6.4. How the stream filter, Where, Group By and Having clauses interact
7.7. Stabilizing and Limiting Output: the Output Clause
7.7.1. Output Clause Options
7.7.2. Group By, Having and Output clause interaction
7.8. Sorting Output: the Order By Clause
7.9. Merging Streams and Continuous Insertion: the Insert Into Clause
7.10. Single-row Function Reference
7.11. Operator Reference
7.11.1. Arithmatic Operators
7.11.2. Logical Operators
7.11.3. Binary Operators
7.12. Build-in views
7.12.1. Window views
7.12.1.1. Length window
7.12.1.2. Time window
7.12.1.3. Externally-timed window
7.12.1.4. Time window buffer
7.12.2. Standard view set
7.12.2.1. Unique
7.12.2.2. Group By
7.12.2.3. Size
7.12.2.4. Last
7.12.3. Statistics views
7.12.3.1. Univariate statistics
7.12.3.2. Regression
7.12.3.3. Correlation
7.12.3.4. Weighted average
7.12.3.5. Multi-dimensional statistics
7.12.4. Extension View Set
7.12.4.1. Sorted Window View
7.13. Joining Event Streams
7.14. Outer Join
7.15. View Plug-in
8. Adapters
8.1. Adapter
9. Indicators
9.1. Intro
9.2. JMX Indicator
10. Examples
10.1. Examples Overview
10.2. Transaction 3-Event Challenge
10.2.1. The Events
10.2.2. Combined event
10.2.3. Real time summary data
10.2.4. Find problems
10.2.5. Event generator
10.3. StockTicker
10.4. MatchMaker
10.5. QualityOfService
10.6. LinearRoad
10.7. StockTick RSI
11. References
11.1. Reference List