Live data from Hacker News

Event streaming over session windows: an interactive guide

pyroclast.io

1–3 of 3 posts

Re: Event streaming over session windows: an interactive guide

#2
One of the authors here. The neat thing about this set up is that these streaming examples are executing against a real stream processor in the browser. The interactive examples were built using [Onyx](https://github.com/onyx-platform/onyx) and it's cross-compiled JavaScript sibling, [onyx-local-rt](https://github.com/onyx-platform/onyx-local-rt).

Re: Event streaming over session windows: an interactive guide

#3
post #2

One of the authors here. The neat thing about this set up is that these streaming examples are executing against a real stream processor in the browser. The interactive examples were built using [Onyx]( https://github.com/onyx-platform/onyx ) and it's cross-compiled JavaScript sibling, [onyx-local-rt]( https://github.com/onyx-platform/onyx-local-rt ).

Very cool, I've been looking to get into the stream processing mindset, and this post helped greatly.