Skip to content

Very simple embeddable time-series database that runs on the actual device.

License

Notifications You must be signed in to change notification settings

49nord/utimeseries-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Very simple embeddable time-series database that runs on the actual device.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages