Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 290 Bytes

tinydb

tinydb

A lightweight log-structured-merge-database (LSM) built for time-series data. The main goal of this library is to learn and implement LSM-trees from scratch.

Getting started

To use the storage engine...