An open API service indexing awesome lists of open source software.

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

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.