Can you suggest me a possible way to get started with CEP in C# ?
By what I mean when I say, get started:
- A good book talking about CEP and C#
- A library which deals event clouds
- Some sample codes using the library
- Some good quality codes in general to get a possible feel of the problems
- Good blogs
Anything else you might feel necessary to add for someone getting started in CEP and C# will be helpful.
Thanks
Soham
There is no such book. Yet. There is an upcoming book in the next couple of weeks from Manning called Event Processing in Action, it is a ‘must read’.
For C#, the obvious choice is StreamInsight from Microsoft. There’s a collection of useful links here: StreamInsight Info
Apart from that, there’s StreamBase, Oracle CEP Server, ruleCore CEP Server and the open source Esper. Most (not Esper) vendors take a language neutral approach so you would not need to care in which language the CEP product uses when sending events into it.