- https://medium.com/@pthtantai97/implement-key-value-store-by-btree-5a100a03da3a (https://github.com/billhcmus/key-value-store)
- https://github.com/google/btree
- https://medium.com/@yewang2018/embedded-kv-store-in-go-and-basic-internal-data-structure-understanding-b-tree-lsm-tree-783a23e3d7bd
- Writing a sqlite clone from scratch in C
- Writing a simple REPL in Go
- Writing a SQL database from scratch in Go
- Lessons Learned While Implementing a B+Tree / fs2 - File Structures 2
- NutsDB
- wal.go