From ece0157b3c9d8907ff4d0735e036a08a5fa9c604 Mon Sep 17 00:00:00 2001 From: dineshgowda24 Date: Wed, 15 Feb 2023 01:17:20 +0530 Subject: [PATCH] Add kv store in ruby --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa9040f..4d998a8 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ It's a great way to learn. * [**Python**: _A workshop on Linux containers: Rebuild Docker from Scratch_](https://github.com/Fewbytes/rubber-docker) * [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker) * [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker) +* [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dinesh.wiki/posts/build-your-own-persistent-kv-store/) #### Build your own `Emulator / Virtual Machine`