You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
About
Writing a lightweight log-structured-merge (LSM) storage engine from scratch