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

https://github.com/GStechschulte/tiny-db

Writing a lightweight log-structured-merge (LSM) storage engine from scratch
https://github.com/GStechschulte/tiny-db

database lsm-tree storage-engine

Last synced: 11 months ago
JSON representation

Writing a lightweight log-structured-merge (LSM) storage engine from scratch

Awesome Lists containing this project

README

          

# 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...