From 53f84470d243179c43f61b163cf061028e3ecefe Mon Sep 17 00:00:00 2001 From: Neha Deodhar Date: Wed, 6 May 2020 10:25:58 -0700 Subject: [PATCH] Add YugabyteDB to USERS (#6786) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6786 Reviewed By: zhichao-cao Differential Revision: D21407762 Pulled By: pdillinger fbshipit-source-id: 62f74409cc72c6b9ce4107aa515955cfc5eec12a --- USERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/USERS.md b/USERS.md index 07294743e..11d52a051 100644 --- a/USERS.md +++ b/USERS.md @@ -106,3 +106,6 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed ## Nebula Graph [Nebula Graph](https://github.com/vesoft-inc/nebula) is a distributed, scalable, lightning-fast, open source graph database capable of hosting super large scale graphs with dozens of billions of vertices (nodes) and trillions of edges, with milliseconds of latency. + +## YugabyteDB +[YugabyteDB](https://www.yugabyte.com/) is an open source, high performance, distributed SQL database that uses RocksDB as its storage layer. For more information, please see https://github.com/yugabyte/yugabyte-db/. -- GitLab