-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Right now (due to historical reasons), each aileen-core box uses one specific kind of aggregation: Count the distinct observables which were seen, per hour or per day.
We can allow much more, like max/mean/min value, and we can simply aggregate across all observables or add this grouping-by-observable step (which we do now).
We'll have to add a model class Aggregations, so the box knows what to do. For data quality, right now it seems that the server is the best place to configure them centrally, and boxes simply download them.
If there is more than one aggregation (e.g. the user wants min as well as max), the box uploads twice the amount of aggregations.
For the UI, the server will allow the user to select which aggregation needs to be shown. The API (see #9 ) will of course also reflect this.