MiniLSM: A Tutorial of Building Storage Engine in a Week using Rust
MiniLSM is a working-in-progress tutorial series for building a storage engine. Based on the experience of building AgateDB and RisingWave, MiniLSM introduces you the basics of an LSM-tree storage engine with a step-by-step tutorial.
The starter code is accessible on GitHub, and the tutorial is available on GitHub Pages.