thaodt / baby-crabdb-from-scratch

My learning journey through this book (still very WIP). Just postpone it until I found my time again.

Home Page:https://build-your-own.org/database/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baby-crabdb-from-scratch

Following the charming call of this book and attempt to build my own baby (distributed?) database in Rust.

To-do lists

  • Indexing: Implement B+-Tree algorithm.
  • Future-work: implement LSM Tree in another branch and finally make a comparison / benchmarks.

About

My learning journey through this book (still very WIP). Just postpone it until I found my time again.

https://build-your-own.org/database/

License:MIT License


Languages

Language:Rust 100.0%