Property Testing a Permutation Generator Drab v0.10.0 is out

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

First part of a series of articles aimed to explain (and implement in Elixir just for the purpose of a better inspection) the architecture behind a kv-store engine based on logs. In this first part I show what a log is and how we can use an index to make data persistent.

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