Re: [ANN] Killer: Functional Event Stream Processing in Clojure with Transducers

2016-06-28 Thread Jules
I thought that just having a backend was a bit boring, so over the last few days I have been working on a nice ClojureScript/SVG frontend. You can see the results in an animated gif that I have just added to the project's README. https://github.com/JulesGosnell/killer I'm keen to start thinkin

[ANN] Killer: Functional Event Stream Processing in Clojure with Transducers

2016-06-16 Thread Jules
Guys, I've just got round to pushing some ideas I have about Event Stream Processing in a Clojure World to GitHub. Please have a look at the README.md https://github.com/JulesGosnell/killer If anyone out there finds this interesting, particularly if they fancied hooking Killer to a real

Re: ANN Introducing EEP, a young [event] stream processing library

2013-09-07 Thread Oleksandr Petrov
gt;> >> I've ran into trouble trying EEP on a really simple flow (the even vs. >> odds in the docs.) and I'd like to ask a few questions. >> > > Now there is: > > https://groups.google.com/forum/#!forum/clojure-event-processing > > Authors of other stream

Re: ANN Introducing EEP, a young [event] stream processing library

2013-09-06 Thread Michael Klishin
gle.com/forum/#!forum/clojure-event-processing Authors of other stream processing libraries are very welcome to join! -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- -- You received this message because you are subscribed to the Google Groups "Clojure" group.

Re: ANN Introducing EEP, a young [event] stream processing library

2013-09-06 Thread Oleksandr Petrov
Right now there is no mailing list, I'll set it up tonight. You can either write me directly (a...@clojurewerkz.org) or create an issue on GitHub. On Fri, Sep 6, 2013 at 5:43 PM, Ulises wrote: > I'm sure it's a bit early but is there a mailing list for this? > > I've ran into trouble trying EE

Re: ANN Introducing EEP, a young [event] stream processing library

2013-09-06 Thread Ulises
I'm sure it's a bit early but is there a mailing list for this? I've ran into trouble trying EEP on a really simple flow (the even vs. odds in the docs.) and I'd like to ask a few questions. U On 6 September 2013 02:24, Timothy Pratley wrote: > Awesome! > > Thank you for making this available,

Re: ANN Introducing EEP, a young [event] stream processing library

2013-09-05 Thread Timothy Pratley
Awesome! Thank you for making this available, neat library - I like it. PS: You can improve your golf score by using rand-nth :) :) (defn gen-events [] (map #(assoc %1 :id %2) (repeatedly #({:host(rand-nth hosts) :status (rand-nth status-codes)

Re: ANN Introducing EEP, a young [event] stream processing library

2013-09-05 Thread Oleksandr Petrov
C+8, Michael Klishin wrote: >> >> On behalf of the ClojureWerkz team [1], I'm happy to announce >> our new project, EEP (for Embedded Event Processing). >> >> Read the announcement: >> http://blog.clojurewerkz.org/**blog/2013/08/29/stream-** >> processing-

Re: ANN Introducing EEP, a young [event] stream processing library

2013-08-30 Thread Mikera
x27;m happy to announce > our new project, EEP (for Embedded Event Processing). > > Read the announcement: > http://blog.clojurewerkz.org/blog/2013/08/29/stream-processing-with-eep/ > > The library is young and definitely could use better documentation but > it's mature enou

ANN Introducing EEP, a young [event] stream processing library

2013-08-30 Thread Michael Klishin
On behalf of the ClojureWerkz team [1], I'm happy to announce our new project, EEP (for Embedded Event Processing). Read the announcement: http://blog.clojurewerkz.org/blog/2013/08/29/stream-processing-with-eep/ The library is young and definitely could use better documentation but it

ANN: Conduit - Stream processing Clojure

2010-09-28 Thread jim
I'm pleased to announce a new library for stream processing in Clojure called Conduit. Stream processing concepts are described in the book "Enterprise Integration Patterns" and the Apache Camel project is a stream processing library for Java. This library is intended to ab

Stream processing

2009-12-23 Thread jim
Here's a new piece I wrote about stream processing in Clojure. It's rushed and incomplete, just like the library. But I'm not going to have time to do much work on things after Christmas, so I wanted to get it out in case it might inspire others. http://intensivesystem