Are there any CEP Engine/Platforms that works friendly with .Net (ie, it has .Net API), other than Nesper and the Microsoft StreamInsight ?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Just have a look at Esper.net.

It's open source and works pretty good for pattern detection.

link|improve this answer
Esper.net (or Nesper as it was called) is already mentioned in the question. – kramer Oct 15 '11 at 20:21
right, just read the headline... – Andreas Oct 16 '11 at 18:15
feedback

Sybase CEP R4 (and R3) contains full SDK for .Net 3.5 for both publishing and subscribing to CEP data streams

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.