Questions tagged [nesper]

NEsper is a CLR-based component for building CEP and ESP engines.

NEsper is a CLR-based component for building CEP and ESP engines. NEsper is based upon the Esper baseline, but includes customizations that are specific to the .NET CLR.

See http://esper.codehaus.org/about/nesper/nesper.html

63 questions
0
votes
1 answer

Filtering by aggregate function

I am trying to raise an event when the average value of a field is over a threshold for a minute. I have the object defined as: class Heartbeat { public string Name; public int Heartbeat; } My condition is defined as select avg(Heartbeat)…
user1132294
  • 45
  • 1
  • 4
0
votes
1 answer

Esper generating episodes

I would like to use Esper to generate episodes of events. I am trying to detect the changes in robot movement during each time period and was wondering what would be the best way of implementation. The rules for generation of episodes from the…
-1
votes
1 answer

NEsper Example explanation - StockTicker

I'm trying to understand the NEsper and it's examples. It seems like that the example - StockTicker is beginner level. Still I have difficulties to understand and implement this example. Can anyone tell me how to implement and test this example step…
Narsu
  • 1
1 2 3 4
5