Boost logo

Proto :

Subject: [proto] Streamulus v0.1 is out: An EDSL for Event Stream Processing with C++
From: Irit Katriel (iritkatriel_at_[hidden])
Date: 2012-06-23 18:13:39


Good day,

Streamulus is a C++ DSEL for event stream processing.

It uses Proto to transform simple expressions into a data structure that computes
the expression over an infinite stream of inputs. With user-defined operators that
can have side effects or maintain state, this scheme is very flexible. I believe it also
maps well to the way we (or at least I) tend to think about stream computations.

V0.1 is the first 'release', and it consists of the basic functionality, i.e., the language.
Future releases will focus on optimisations.

See:

Project web page: http://www.streamulus.com
Blog: http://streamulus.blogspot.co.uk/ (The first post explains the motivation for Streamulus).

Your feedback will be appreciated.

Best regards,
Irit


Proto list run by eric at boostpro.com