Aphyr looks interesting, hadn't seen it before. Mentioning lamina and reactive extensions reminded me of the clojure asynchronous events page, http://dev.clojure.org/display/design/Asynchronous+Events which I probably should read once more ;)
On Mon, Apr 23, 2012 at 6:29 PM, Toby DiPasquale <[email protected]> wrote: > On Monday, April 23, 2012 9:51:39 AM UTC-4, Rogier wrote: >> >> My question is: is there an alternative for this in the clojure >> ecosystem (since clojure seems like a good fit for this), and if not, >> what kind of clojure components/libraries would be a good starting >> point to implement someting similar > > I know of no complete alternatives, but there are some projects doing > similar things for similar reasons. There is one that I saw recently that > looks interesting: > > https://github.com/aphyr/riemann > > Stream processing for monitoring. Not quite sure why he didn't use ESPer for > this, but there it is. There is also Lamina: > > https://github.com/ztellman/lamina > > which is more of a concurrency library but you could build a stream > processing engine with it pretty simply. > > -- > Toby > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Rogier Peters rogier@twitter, flickr, delicious -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
