Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Releases: ChronixDB/chronix.api

Chronix API v0.2-beta

13 Mar 22:53

Choose a tag to compare

Chronix API v0.2-beta Pre-release
Pre-release

Changes:

  • Added type and name to the required fields

Chronix API v0.1

26 Feb 11:47

Choose a tag to compare

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