monorepo/emseries
Savanni D'Gerinel 04a48574d3 Develop a pattern to detect clicking outside of a focused child
Be able to respond to blur events and potentially be able to record weight.
2023-12-28 22:34:09 -05:00
..
src Develop a pattern to detect clicking outside of a focused child 2023-12-28 22:34:09 -05:00
tests Bind the ID to the record instead of keeping them separate 2023-12-27 16:13:47 -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