DEV Community

Alvise Susmel
Alvise Susmel

Posted on

Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1

image

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.

Oldest comments (0)