From d9b3338ebe39dba07c8350b064ba10cb9598e024 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Tue, 9 Jun 2015 12:55:58 -0700 Subject: [PATCH] Add Yahoo's blog post about Sherpa to USERS.md Summary: As title Test Plan: ran unit tests Reviewers: sdong, yhchiang, rven Reviewed By: rven Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D39765 --- USERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USERS.md b/USERS.md index 394aa3043..c6a1eaa34 100644 --- a/USERS.md +++ b/USERS.md @@ -15,7 +15,7 @@ Two different use cases at Linkedin are using RocksDB as a storage engine: Learn more about those use cases in a Tech Talk by Ankit Gupta and Naveen Somasundaram: http://www.youtube.com/watch?v=plqVp_OnSzg ## Yahoo -Yahoo is using RocksDB as a storage engine for their biggest distributed data store Sherpa. +Yahoo is using RocksDB as a storage engine for their biggest distributed data store Sherpa. Learn more about it here: http://yahooeng.tumblr.com/post/120730204806/sherpa-scales-new-heights ## CockroachDB CockroachDB is an open-source geo-replicated transactional database (still in development). They are using RocksDB as their storage engine. Check out their github: https://github.com/cockroachdb/cockroach