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

link|improve this question

62% accept rate
I'm curious - I wanted to play around with Esper, but I couldn't come up with anything more than trivial to make. What kinds of things are you planning on building? – Thomas Owens May 26 '09 at 18:36
1  
I intend to cluster tweets to some kind of basic events (e.g. tweets with certain tags, usernames, locations, etc.), feed these events into a cep and try to define reasonable patterns on those streams. Esper seems quite good, but it quite tedious when you have to write a lot of supporting stuff (logging, statement registering, event mapping, etc.) yourself. A community edition of Esper studio would be great to ease this. – Andreas May 26 '09 at 20:17
Well, I wish I could offer more than a "good luck", but I really can't. Other than one thing, which I posted as an answer. – Thomas Owens May 26 '09 at 22:18
For what it's worth, as of June 2011 Streambase will allow you to use a trial version indefinitely. You have to buy a license when you put the system into production. – Greg Jun 19 '11 at 2:26
feedback

7 Answers

up vote 6 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
Is there any official hint towards the stated connection between StreamInsight and the RX-Framework? – pointernil Oct 14 '11 at 14:10
1  
@pointernil, there is now – Benjol Apr 11 at 7:38
@Benjol thanks for the update. Actually I was questioning the "leverages ... Rx Framework" part; Is it really true that StreamInsight is using the RX libraries for its inner core? Reusing some concepts? sure. Providing an Rx-Compatible API-Surface? sure, why not. Using RX in the inner kernal? Hmmm not so sure ;) – pointernil Apr 11 at 15:22
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

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 support@rulecore.com gets a couple of requests of this kind I'm sure it's put up onto the todo list...

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
Its now Sybase CEP R4 – BozoJoe Nov 4 '11 at 0:58
feedback

Your Answer

 
or
required, but never shown

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