Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1
In this series of articles we will see the different concepts behind a key-values store (Logs, Segments, Compaction, Memtable, SSTable) implementing a simple engine in Elixir, which is a great language to build highly-concurrent and fault-tolerant architectures.
Top comments (0)