TU-Berlin-DIMA / scotty-window-processor

This repository provides Scotty, a framework for efficient window aggregations for out-of-order Stream Processing.
https://tu-berlin-dima.github.io/scotty-window-processor/
Apache License 2.0
75 stars 23 forks source link

Scotty Connector for Apache Storm #10

Closed tuterbatuhan closed 5 years ago

tuterbatuhan commented 5 years ago

A connector implementation for Apache Storm including window function implementation and a working demo

PhilippGrulich commented 5 years ago

Hey @tuterbatuhan,

looks really good. I added some minor comments. I'm not sure if we should also put the storm native aggregation functions in the connector. But they are just used in the demo right? I think then its ok.

If you fixed the comments. I will merge the pull request.

Best, Philipp