Complex event processing refers to process states, the changes of state exceeding a defined threshold of level, time, or value increment or just of a count as the event. It requires the respective event monitoring, event reporting, event recording and event filtering. An event may be observed as a ...
6
votes
7answers
3k views
Which CEP product to start with?
I want to learn more on how to build CEP based applications. So I looked around and found several products (overview found here: http://rulecore.com/CEPblog/?page_id=47).
But as there are quite a few ...
6
votes
7answers
2k views
Alternative to Esper?
I am really interested in Complex Event Processing and have been looking at Esper. However my company has an anti-GPL stance and I was wondering if there are non-GPL alternatives out there under a ...
5
votes
3answers
936 views
Python complex event processing
Are there any Python alternatives similar to Esper (Java and .NET) that deal with complex event processing (CEP)?
4
votes
1answer
220 views
How did Valve build their real-time achievement engine in Team Fortress 2?
The complexity of achievements I've noticed while playing Team Fortress 2 on Steam is amazing.
Are there any resources that describe how they architected their achievement engine? There is a lot of ...
4
votes
1answer
838 views
What does PI in OSIsoft's 'PI System' stand for?
What does PI in OSIsoft's 'PI System' stand for?
http://www.osisoft.com/resources/case_studies/case_studies.aspx
I can't tell if it stands for the symbol/number pi, or if it stands for a previous ...
3
votes
3answers
362 views
CEP Engine for .NET
Are there any CEP Engine/Platforms that works friendly with .Net (ie, it has .Net API), other than Nesper and the Microsoft StreamInsight ?
2
votes
4answers
815 views
Microsoft's StreamInsight - Experiences & SQL Server 2008 R2
Microsoft's Complex Event Processing (CEP) offering StreamInsight was released in tandem with SQL Server 2008 R2.
I am wondering:
if StreamInsight is in any way tied
to the SQL Server 2008 R2 ...
1
vote
1answer
32 views
Documenting a log correlation program
We have a log correlation program which process a stream of logs coming in. There are about 10 different type of log messages which can come from various servers. These individual logs describe ...
1
vote
1answer
175 views
Esper \ Time functions in the query
I am new in using the esper engine (java) - and I didn't find an answer in their documentation to the following question:
My event object has Date member. what date functions are available in this ...
1
vote
4answers
429 views
Ruby Complex Event Processing
Is there an open-source complex event processing (CEP) engine for ruby?
I'm looking specifically for something that offers stateful analysis, not just rules-engine-style antecedent-predicate ...
1
vote
2answers
320 views
Esper (C.E.P.) querry to calculate candlesticks every full minute
I am using Complex Event Processing (Esper) technology to provide a real-time candlestick calculations in my system. I am doing fine with calculating values, however I find it difficult to ensure that ...
0
votes
1answer
74 views
sample code about esper engine
i wanted to begin learning ESPER engine, and i found out that ester native examples are a little complex.
is there any one who has a good simple example java code, which is about using esper?
0
votes
1answer
71 views
Esper: Notice, when number of events (with specific parameters) exceeds a threshold
searching for a solution for this quite a long time:
I have a contact form. Every time somebody sends a mail through it, a ContactEvent(receiver, senderIpAddress) is issued to Esper. Now, I would ...
0
votes
1answer
59 views
Unable to receive events through EsperIOSocketAdapter
I'm trying to send Events to the Esper engine through sockets and ran into some problem.
i've configured the EsperIOSocketAdapter properties and when EsperIOSocketAdapter.start() method is invoked , ...
0
votes
2answers
97 views
Esper - how to build dissent “statement factory”?
using Esper engine - I find myself write lots of String SQLs, and do lots of string actions to insert query to EPStatement object.
What is the best practice to build queries in more convenient way? ...
0
votes
1answer
86 views
read xml to a sourcestream in aleri streaming
How to read xml file to a stream in aleri. How i can create data model explorer in aleri for the xml which has nested elements.