From 7164f39ecb25b7f8cbb0d7c0071162070fdfc643 Mon Sep 17 00:00:00 2001 From: atlnguyen Date: Thu, 30 May 2024 10:49:15 +0700 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6107b70..9867f11 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ It's a great way to learn. * [**Python**: _Write your own miniature Redis with Python_](http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/) * [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dineshgowda.com/posts/build-your-own-persistent-kv-store/) * [**Rust**: _Build your own Redis client and server_](https://tokio.rs/tokio/tutorial/setup) +* [**Scala**: _Build your own SQL query planner_](https://github.com/tuannh982/query-planner-guide) #### Build your own `Docker`