Re: [akka-user] [streaming] newbie Q's about time and scale

2014-06-01 Thread Konrad Malawski
Hello Ian, replies in-line :-) I'm recently read about reactive streams, and want to know some more about > it. > Awesome, you're in the right place then :-) > how does one deal with time. specifically how do I set up a periodic > scheduler to tell the flow that it's time to emit results. (and i

[akka-user] [streaming] newbie Q's about time and scale

2014-05-29 Thread Ian Holsman
Hi. I'm recently read about reactive streams, and want to know some more about it. In particular I was trying to use the 'Flow' methodology to replace some existing log-analysis software, which does things like page views, unique visitors and things like that in 5 minute blocks. It looks quite sim