monorepo/emseries
Savanni D'Gerinel 7ba758b325 Build an application that can read the legacy record data structure 2024-02-19 13:27:19 -05:00
..
src Build an application that can read the legacy record data structure 2024-02-19 13:27:19 -05:00
tests Clean up warnings and remove printlns 2024-02-08 19:01:56 -05:00
Cargo.lock Set up test code that loads the games database 2023-07-25 22:49:43 -04:00
Cargo.toml Bump the emseries version 2023-05-25 13:07:22 +00:00
readme.md Re-extract emseries into its own project 2022-04-20 09:01:39 -04:00

readme.md

EmSeries

CircleCI

EmSeries is an Embedded Time Series database. It is designed for small-scale applications which need to track time series data, but on a scale that does not justify extra database services. I use it for Fitnesstrax, which keeps track of my workout and biometric information, recorded only a few times a day.

Documentation: emseries - Rust

Features

  • Open a time series file directly in your application
  • Add, update, read, and delete records with arbitrary json-friendly structure
  • Search for records by timestamp and optional tags

Future Plans

  • Indexing based on time and tags
  • Support databases larger than memory
  • Multi-process safety

The actual extent of the features implemened will depend on how I and any others decide to use them.

Contributors