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.
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.