Tumbling window analytics
Tumbling windows are useful to gain fixed analytic insights over a period of either time-based or a fixed count of events.
This example provides a demonstration of the available OOTB aggregate functions Joule provides that work with tumbling windows.
Use case configuration
File: app-tumblingWindowAnalytics.env
Pipeline configuration
This pipeline will perform two functions. Firstly store every event in the in-memory database and then build 5-second tumbling windows resulting in the defined aggregate functions being executed over the event
Last updated