pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.49k stars 217 forks source link

Is it possible to define bolts with windowing? #473

Open ozturkberkay opened 4 years ago

ozturkberkay commented 4 years ago

Hi,

I was reading the documentation and could not find any example regarding bolts with windowing (tumbling and/or sliding). Is it possible to do windowing in Python? If yes, what are the workarounds?

Thanks

vpiserchia commented 2 years ago

Hi, is there any answer for this question from the team?

thanks