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)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git