top | item 34794891

(no title)

abadger9 | 3 years ago

Thank YOU! I have literally been looking for something like this to try to build a rocksdb-like project for fun. I've been waiting to pull the trigger on YC's code crafters (https://codecrafters.io/) which have you build your own redis and mysql-lite compatible db. Looking forward to going through this.

discuss

order

packetslave|3 years ago

Building a distributed RocksDB-based system is also a fun project... and practical, too! Large swaths of Facebook services are built on top of ZippyDB, which is basically "distributed RocksDB as a service"

LAC-Tech|3 years ago

I'd be curious to hear more about this. KV stores as a basis for distributed databases are really interesting.

dineshgowda24|3 years ago

Hey, thank you. If you are blocked on anything, check out the GitHub repo I have added to the article. It has all the working code.

TIL about code crafters. Looks promising; I will check it out.