Event streaming over session windows: an interactive guide
1–3 of 3 posts
Re: Event streaming over session windows: an interactive guide
#2One 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
#3One 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.