From 068480aa55da1fa38709ad4c12909dd84d5df92c Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 26 Feb 2017 05:21:16 -0800 Subject: [PATCH] Add Design a key-value store for a search engine image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3fb2d70..94e74c5 100644 --- a/README.md +++ b/README.md @@ -306,3 +306,9 @@ Check out the following links to get a better idea of what to expect: [View exercise and solution](https://github.com/donnemartin/system-design/blob/master/solutions/system_design/social_graph/README.md) ![Imgur](http://i.imgur.com/cdCv5g7.png) + +### Design a key-value store for a search engine + +[View exercise and solution](https://github.com/donnemartin/system-design/blob/master/solutions/system_design/query_cache/README.md) + +![Imgur](http://i.imgur.com/4j99mhe.png)