I'd like some help to modelize my problem in Esper:
I create measurements multiple times a day, At the end of every day, I would like to aggregate all the measurements of this type, grouped by source created that day and make a count and a sum and re-inject this in a new measurements. I would do the same at the end of the week and at the end of the month.
Problem is I don't know how to combine a cron expression (to say every day at midnight for example), a time window (to say I want all the event of the past day) and an event stream (to select measurements of the type I want).
Thanks for your insight.