SiriDB / siridb-enodo-hub

SiriDB Analyser
GNU General Public License v3.0
4 stars 0 forks source link

Enodo Realtime Anomaly Detection worker #78

Closed timoj closed 1 year ago

timoj commented 2 years ago

TLDR;

We need to make a realtime worker for anomaly detection

Description

In order to process series fast enough we need a worker that holds an forecast result for a series as state. When a new datapoint comes in, it should be evaluated within a very short timespan.

Features