Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there opensource alternative for StreamBase? [closed]

Tags:

open-source

I worked with StreamBase in a previous life, and found it to be very useful for processing streams. However I can't afford StreamBase for a project I'm doing now, but if there is an open-source alternative I'd like to give it a spin. My other solution was to hack together a StreamBase like application using SQLite, but that'll take some time, and I don't have that sort of time right now.

like image 955
Robert Gould Avatar asked Feb 18 '09 01:02

Robert Gould


2 Answers

You might look into EsperTech: Event Series Intelligence

like image 126
Steven A. Lowe Avatar answered Sep 27 '22 23:09

Steven A. Lowe


Quite different from StreamBase, but there is an OpenSource stream processing engine called Storm:

Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation.

I've not used it myself but it looks interesting.

like image 41
Stephen Darlington Avatar answered Sep 27 '22 22:09

Stephen Darlington