This repository was archived by the owner on May 6, 2022. It is now read-only.
Releases: ChronixDB/chronix.api
Releases · ChronixDB/chronix.api
Chronix API v0.2-beta
Changes:
- Added type and name to the required fields
Chronix API v0.1
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