From c81fedef8f6c01aabd5f2e746c0d8e027d2e56a9 Mon Sep 17 00:00:00 2001 From: binh Date: Sun, 14 Oct 2018 11:07:29 +0800 Subject: [PATCH] Self-Ranking Search with Elasticsearch at Wattpad --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48e1e29..7e1ac26 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ An updated and curated list of readings to illustrate best practices and pattern * [Log Parsing with Logstash and Google Protocol Buffers at Trivago](https://tech.trivago.com/2016/01/19/logstash_protobuf_codec/) * [Fast Order Search using Data Pipeline and Elasticsearch at Yelp](https://engineeringblog.yelp.com/2018/06/fast-order-search.html) * [Sharding out Elasticsearch at Vinted](http://engineering.vinted.com/2017/06/05/sharding-out-elasticsearch/) + * [Self-Ranking Search with Elasticsearch at Wattpad](http://engineering.wattpad.com/post/146216619727/self-ranking-search-with-elasticsearch-at-wattpad) * [Distributed Storage](http://highscalability.com/blog/2011/11/1/finding-the-right-data-solution-for-your-application-in-the.html) * [In-memory Storage](https://medium.com/@denisanikin/what-an-in-memory-database-is-and-how-it-persists-data-efficiently-f43868cff4c1) * [Introduction to In-memory Data - Viktor Gamov, Solutions Architect at Hazelcast](https://www.infoq.com/presentations/in-memory-data)