wandnz / streamevmon

Framework and pipeline for time series anomaly detection
GNU General Public License v3.0
1 stars 1 forks source link

Multiple layers of event grouping #52

Closed danoost closed 3 years ago

danoost commented 3 years ago

We might later extend the program to have several types of event grouping. It could be useful to introduce an EventGroup type, so that each grouping operator can receive and send the same type, allowing them to be chained. We would start with a simple single Event -> EventGroup with one element operator, then chain the functional operators after it.

danoost commented 3 years ago

This is all sorted, and an initial temporal event grouper is implemented and tested.