yahoo / egads

A Java package to automatically detect anomalies in large scale time-series data
Other
1.17k stars 331 forks source link

Online data? #2

Open tomlarkworthy opened 9 years ago

tomlarkworthy commented 9 years ago

Can this be used with online/streamed data?

nlaptev commented 9 years ago

The models in this package are currently stateless. There is a plan, however, to add models that store a state into the repository.

nlaptev commented 9 years ago

There is a work-in-progress open pull request for this if you're interested.

hagen commented 8 years ago

Is streaming now supported by the work @ianflint has done to read from stdin? So I can now fire a data stream at stdin and have EGADS run off this? Presumably the data stream will need to be delivered in chunks? Or can it be a constant stream of datestamp/value records?

Osmosis311 commented 7 years ago

Is there still a plan to allow storing models in a DB?