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.
0
votes
0answers
53 views
Simple C#/Linux library and Web framework for a remote “RPC” like “Command Center” for a distributed real time complex event processor [closed]
I am building a "Command Center" on a distributed computing / real time complex event processor setup, where each major object in my object oriented design operates as an independent unit on an ...
0
votes
0answers
56 views
Complex event processing in Objective C [closed]
Is there a complex event processing engine in Objective-C?
0
votes
1answer
32 views
Calculate a boolean result to show whether a pair of events were matched or not in Esper
I am trying to create an EPL statement that will show whether an order was successful or not.
The statement should match a purchase with a payment, based on an ID of the purchase. The result should ...
0
votes
1answer
272 views
Starting with Esper + sockets
I'm a rookie with Esper and I would like to get some help. I've already managed to use Esper with CSV files, but now I need to use Java objects as events sent through a socket and I can't find simple ...
0
votes
1answer
332 views
Esper: Using start/end-timestamps with POJOs or runtime defined event types
I am trying to use the time interval algebra methods on event types directly, which, according to the docs, should be possible. I first tried to define some event types using the create schema syntax, ...
0
votes
1answer
134 views
Embeddable CEP/ESP engines for .net
Any other engines other than NEsper which are not standalone/can be embedded into a .net app
Would like to compare before diving deeper into esper/nesper
13
votes
2answers
224 views
What pagination schemes can handle rapidly-changing content lists?
Pagination is hard when your content rankings can change quickly, and even harder when those rankings differ per-user. (Let's treat infinite scroll as a type of pagination where the links are ...
2
votes
2answers
885 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?
1
vote
1answer
80 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 ...
0
votes
1answer
156 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
132 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
210 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? ...
2
votes
1answer
359 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 ...
6
votes
1answer
364 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 ...
5
votes
3answers
2k views
Python complex event processing
Are there any Python alternatives similar to Esper (Java and .NET) that deal with complex event processing (CEP)?
0
votes
1answer
125 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.
1
vote
4answers
853 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 ...
5
votes
3answers
772 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
2answers
599 views
Esper (C.E.P.) query 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 ...
5
votes
2answers
3k 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 ...
2
votes
4answers
1k 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 ...
8
votes
7answers
5k 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 ...
11
votes
9answers
4k 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 ...