← All paths

Databases

Build a Key-Value Store

A persistent, concurrent key-value store built from scratch: in-memory map, write-ahead log, compaction, concurrency, and simple replication.

Part of Storage & Databases · 5 labs · rust · ~10-20 hrs

This course is on the roadmap. The syllabus is set; the labs aren't published yet. Create a free account and we'll tell you when it opens.

Notify me
01in memorycoming soon
02persistence walcoming soon
03compactioncoming soon
04concurrencycoming soon
05replicationcoming soon