Re: Sliding Windows

2014-04-30 Thread Leif
dows, functions, and recursive >>> analyses. >>> >>> On Tuesday, April 29, 2014 10:25:39 PM UTC-4, Paulo Suzart wrote: >>>> >>>> Hi Guys, >>>> >>>> I was looking for a very simple stream processing lib. We have some in >>>

Re: Sliding Windows

2014-04-30 Thread Paulo Suzart
core.async and lamina, windows, functions, and recursive >> analyses. >> >> On Tuesday, April 29, 2014 10:25:39 PM UTC-4, Paulo Suzart wrote: >>> >>> Hi Guys, >>> >>> I was looking for a very simple stream processing lib. We have some in >>>

Re: Sliding Windows

2014-04-30 Thread Paulo Suzart
, esper, eep). >> >> The simplest one was clojure werkz eep, but they don't provide sliding >> windows. I ender up writing this: http://paulosuzart. >> github.io/blog/2014/04/27/sliding-window-events-with-clojure/ >> >> And publishing this very small implementat

Re: Sliding Windows

2014-04-30 Thread dgrnbrg
o Suzart wrote: > > Hi Guys, > > I was looking for a very simple stream processing lib. We have some in > clojure (lamina, meltdown, esper, eep). > > The simplest one was clojure werkz eep, but they don't provide sliding > windows. I ender up writing this: > http:/

Re: Sliding Windows

2014-04-30 Thread François Rey
On 30/04/14 04:25, Paulo Suzart wrote: If anyone knows any other sliding window impl please share. Riemann seems to have one: http://riemann.io/howto.html#group-events-in-time -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, se

Sliding Windows

2014-04-29 Thread Paulo Suzart
Hi Guys, I was looking for a very simple stream processing lib. We have some in clojure (lamina, meltdown, esper, eep). The simplest one was clojure werkz eep, but they don't provide sliding windows. I ender up writing this: http://paulosuzart.github.io/blog/2014/04/27/sliding-window-events