views:

1062

answers:

7

Hi,

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 at the moment, I don't know which is the best to start with. And overall I just would consider the one available for free. The rest is a bit to expensive for just private use ;)

Esper is for free, but without Esper studio it seems quite tedious to develop a cep app. Streambase offers a free trial, but I couldn't find out how long you can use this (if only for a month, no that helpful for longer research). Oracle CEP suite seems quite complete, but in the cep scene - as far as I can see - it is the least recognized compared to Esper or Streambase.

So do you have any hints on what is the best way to start with cep development? Is it worth to spent time on working through the oracle documenation or is it better to start with Esper or Streambase?

Cheers,

Andreas

+1  A: 

I think the best choice is to compare the solutions that are freely available and then make something with them.

I'm not sure what your end goals are, if it's to learn a technology that you use at work or just to play around with something cool, but for me on a project like this, the deciding factor would be which tool can I use to make something I could share with the world.

In this case, my options would probably be Esper or OpenESB. That way, I could put the project on a resume (especially if I was applying for a job that used CEP tools) and share it with the world.

Thomas Owens
+1  A: 

You could read the blog of Curt Monash (http://www.dbms2.com) , he writes about things like CEP.

tuinstoel
+1  A: 

would there be any interest in a free subscription to the ruleCore (Cloud, SaaS or whatever these are called today) Service? It would be running on smaller and less reliable (no cluster) hardware and probably only usable for testing out small low performance kind of things. If [email protected] gets a couple of requests of this kind I'm sure it's put up onto the todo list...

+1  A: 

The current CEP tools do not solve identical problems! So depending on what you like to do you'd like use different tools. In short, my personal choices would be:

For building data driven algorithms, coding in a type of SQL with extensions - The Coral8 engine from Aleri. Free for test and development (Was anyway before bought by Aleri)

For detecting event patterns (situations), no coding (declarative style) but configuration using XML - RuleCore, free test subscription to (Web)service

For a mix of both with low level control and coding in Java - Esper, GPL.

For creating data driven computation logic using graphical boxes-and-arrows style of GUI: StreamBase.

+4  A: 

Microsoft have released their CEP offering StreamInsight which leverages the brilliant Rx Framework.

Is well worth looking into if you are working in the CEP space.

There is a good example on codeplex.com which leverages StreamInsight. This includes input adaptors for twitter and several free financial feeds. This can be found at http://streaminsightexample.codeplex.com/ and is a great place to get started hacking on a CEP system.

StreamInsight is currently free to play with as it is in Community Tech Preview stage. It can be downloaded from here.

StevenH
+1  A: 

For detecting event patterns I found that rulecore is pretty easy to use. I have only tried to detect patterns of low and medium complexity and that did work fine. It takes some time to get used to the concepts but is it actually a very small system so it was not that bad. And you need to like XML as everything is done using XML.

If you are trying to create a trading application then StreamBase would be better. But for monitoring stuff rulecore feels better.

Nick
A: 

i would start with the free trial of Aleri Coral8 (currently Sybase)

Tom