From f54de9230785596304a9a575eb88982c87ceaaad Mon Sep 17 00:00:00 2001 From: Pawan Rawal Date: Tue, 13 Sep 2016 06:03:44 +0530 Subject: [PATCH] Adding Dgraph to list of Users (#1291) * Adding Dgraph * open-source --- USERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/USERS.md b/USERS.md index 890f3399b..190c7de3c 100644 --- a/USERS.md +++ b/USERS.md @@ -71,3 +71,6 @@ quasardb uses a heavily tuned RocksDB as its persistence layer. ## Apache Flink [Apache Flink](https://flink.apache.org/news/2016/03/08/release-1.0.0.html) uses RocksDB to store state locally on a machine. + +## 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. -- GitLab