Juliane Verwiebe

Results 6 issues of Juliane Verwiebe

Scotty's StreamSlicer starts a new slice based on the window edge that is returned by the function assignNextWindowStart. https://github.com/TU-Berlin-DIMA/scotty-window-processor/blob/2a6b33941ac1733fb7b8db2cece04b2afc61d40f/core/src/main/java/de/tub/dima/scotty/core/windowType/SlidingWindow.java#L41-L43 This does not work for sliding windows whose slide value is...

For a sliding window with size = 10 and slide = 4, the StreamSlicer does not get out of the while loop when processing the first tuple. https://github.com/TU-Berlin-DIMA/scotty-window-processor/blob/2a6b33941ac1733fb7b8db2cece04b2afc61d40f/slicing/src/main/java/de/tub/dima/scotty/slicing/StreamSlicer.java#L65-L69 Reason: For...

Implementation of Slide-by-tuple window and tests - Adaption in Window Context and Slice Manager to enable Out-of-order Processing

in progress

Implementation of Threshold Frame and Tests with: - Adaption in Window Context and Slice Manager to enable Out-of-order Processing

in progress

We should add a benchmark implementation for out-of-order streams.

We should make the maven package available by publishing it to Maven central.