wandnz / streamevmon

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

Support NNTSC Client API as data source #1

Closed wandgitlabbot closed 3 years ago

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2019-10-30

The NNTSC collector allows clients to request data about measurement streams, including metadata and results. It includes historical data and allows subscribing to live data as it arrives. This could be used as an alternative to directly interfacing with InfluxDB, although Brendon has expressed that a long-term goal is to deprecate the API in favour of directly interfacing with InfluxDB.

The API is not well documented, and only appears to be implemented in one place - the following links might be useful.

The beginnings of a client implementation can be found on the nntsc-client branch.

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-07-02

This is unnecessary and won't be implemented. Closing issue and deleting branch.