Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maeln/tslite
TSLite : A small embeddable time-serie database
https://github.com/maeln/tslite
database embeddable small time-series
Last synced: 18 days ago
JSON representation
TSLite : A small embeddable time-serie database
- Host: GitHub
- URL: https://github.com/maeln/tslite
- Owner: maeln
- License: other
- Created: 2020-06-17T20:15:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T08:56:44.000Z (about 4 years ago)
- Last Synced: 2024-12-29T19:21:43.461Z (25 days ago)
- Topics: database, embeddable, small, time-series
- Language: Rust
- Homepage: https://crates.io/crates/tslite
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TSLite : A small embeddable time-serie database
[![Crates.io](https://img.shields.io/crates/v/tslite)](https://crates.io/crates/tslite)
TSLite is a small and embeddable time-serie database that operate directly on a file.
It has no concept of type, right now you can store anything that fit into 1 octet.For more information look at the documentation :
```
git clone https://github.com/maeln/tslite.git
cd tslite
cargo doc --open
```Look also at the tests to see exemple of how to use it.