This repository has been archived by the owner on May 6, 2022. It is now read-only.
·
16 commits
to master
since this release
Initial release of the Chronix API
Main Features
- Definition of Chronix Client
- Method to add time series to a storage (see below)
- Method to stream from a storage (see below)
- Schema Fields
- id, data, start, end
- Time Series Converter
- Converts a user defined type into a binary time series (data as blob)
- Definition of the BinaryTimeSeries
- Data aus byte[]
- Min required fields: start, end, data, id
- Definition of the Storage
- Methods: add / stream