From 1dce75b2e2bf2f0a65153edb3fcaacf0a8c02adf Mon Sep 17 00:00:00 2001 From: dhruba borthakur Date: Wed, 7 Dec 2016 11:15:35 -0800 Subject: [PATCH] Update USERS.md Summary: Closes https://github.com/facebook/rocksdb/pull/1630 Differential Revision: D4293200 Pulled By: IslamAbdelRahman fbshipit-source-id: 9c81f85 --- USERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/USERS.md b/USERS.md index ac2d163ec..1100cd383 100644 --- a/USERS.md +++ b/USERS.md @@ -74,3 +74,6 @@ quasardb uses a heavily tuned RocksDB as its persistence layer. ## Dgraph [Dgraph](https://github.com/dgraph-io/dgraph) is an open-source, scalable, distributed, low latency, high throughput Graph database .They use RocksDB to store state locally on a machine. + +## Uber +[Uber](http://eng.uber.com/cherami/) uses RocksDB as a durable and and scalable task queue.