Build your own Key-Value Storage Engine

I recently wrote a series of 8 posts with ScyllaDB, I thought this could live inside this repository.
This commit is contained in:
Teiva Harsanyi 2026-03-23 23:46:28 +00:00 committed by GitHub
parent 294aef8fde
commit e704ef036f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,6 +138,7 @@ It's a great way to learn.
#### Build your own `Database`
* [**(any)**: Key-Value Storage Engine](https://read.thecoder.cafe/p/build-your-own-kv-engine)
* [**C**: _Let's Build a Simple Database_](https://cstack.github.io/db_tutorial/)
* [**C++**: _Build Your Own Redis from Scratch_](https://build-your-own.org/redis)
* [**C#**: _Build Your Own Database_](https://www.codeproject.com/Articles/1029838/Build-Your-Own-Database)