https://github.com/tuannh982/sstsdb
Simple, Stupid Time Series Database. For educational purposes
https://github.com/tuannh982/sstsdb
database java time-series time-series-database
Last synced: 4 months ago
JSON representation
Simple, Stupid Time Series Database. For educational purposes
- Host: GitHub
- URL: https://github.com/tuannh982/sstsdb
- Owner: tuannh982
- License: mit
- Created: 2021-03-09T11:37:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T10:35:58.000Z (over 4 years ago)
- Last Synced: 2025-03-29T05:41:37.703Z (7 months ago)
- Topics: database, java, time-series, time-series-database
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSTSDB
Simple, Stupid Time Series Database
> K-V storage with simple time tiered compaction policy
This is a simple implementation of K-V DB with time tiered compaction policy.
The code is a mess, but it only contains a small amount of classes, so it's not
so hard to look into the implementation. Beside the messy code, this implementation
is low on running performance and should only be used for educational purpose.