utimeseries

Crates.ioutimeseries
lib.rsutimeseries
version0.1.1
sourcesrc
created_at2018-04-27 10:14:36.033755
updated_at2020-02-17 09:11:00.217712
descriptionAn experimental time series database with a compact storage format to record data occurring in regular intervals.
homepage
repositoryhttps://github.com/49nord/utimeseries-rs
max_upload_size
id62557
size37,312
owners (github:49nord:owners)

documentation

README

utimeseries

Build Status

The utimeseries crate is an experimental time series database that uses a fairly compact storage format to record data that occurs in regular intervals. Its primary purpose is to record data such as measurements on embedded devices. The data format is designed with the following goals in mind:

  • Corruption resistant: Incomplete or interrupted data-writes will never cause the file to become corrupted
  • Fast retrieval: Retrieving a subset of the data should be fast
  • Compact
Commit count: 57

cargo fmt