spark streaming - Sliding window over an interval on Esper -


how achieve same effect of spark streaming sliding window, runs @ x sliding interval on last y window length.

looking @ esper, should win:time , win:time_batch, win:time >= win:time_batch.

in esper equivalent declare context. create context bucketof10sec start @now end after 10 min; context bucketof10sec select sum(price) myevent;


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

asp.net core mvc - How important is the global.json and src folder? -

c++ - Using Gtest how return different values in ON_CALL? -