-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Tumbling and Hopping windows (#257)
* Implement Tumbling and Hopping windows with basic aggregations (reduce, mean, max, min, etc.) * Add the WindowedRocksDBStore to store window data * Add bloom filter settings to default Rocksdb options * Add default WAL size settings to default Rocksdb options * add a timestamp extractor to parse timestamps from incoming messages --------- Co-authored-by: Haris Botić <[email protected]>
- Loading branch information
1 parent
510b131
commit 428d567
Showing
42 changed files
with
4,292 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.