Are there any CEP Engine/Platforms that works friendly with .Net (ie, it has .Net API), other than Nesper and the Microsoft StreamInsight ?
Asked
Active
Viewed 2,802 times
3 Answers
2
Just have a look at Esper.net.
It's open source and works pretty good for pattern detection.

dabuki
- 1,011
- 3
- 11
- 26
-
1Esper.net (or Nesper as it was called) is already mentioned in the question. – Cihan Keser Oct 15 '11 at 20:21
-
Even though NEsper is already listed, it may be that it's the best answer. – Peter Jan 03 '14 at 14:41
1
Rulecore has a language independent interface, so does StreamBase. In Rulecore you send events using a high level protocol (like http, WS, TCP/IP sockets) and encode the events in XML. Streambase is similar. But these two products are standalone servers. If you are looking for something to embedd into your .net app you might find it hard to find a good solution.

Peter Andersson
- 141
- 1
0
Sybase CEP R4 (and R3) contains full SDK for .Net 3.5 for both publishing and subscribing to CEP data streams

BozoJoe
- 6,117
- 4
- 44
- 66