From 0996e140bd4da46ce46049c9fd1eae61f3541dee Mon Sep 17 00:00:00 2001 From: Giorgio Azzinnaro Date: Sun, 19 Nov 2017 09:59:38 -0800 Subject: [PATCH] Added ProfaneDB Summary: Added my project [ProfaneDB](https://profanedb.gitlab.io/) which uses RocksDB as the main storage engine Closes https://github.com/facebook/rocksdb/pull/3182 Differential Revision: D6370847 Pulled By: ajkr fbshipit-source-id: ff4bb6bdbc6e42fdb88bd793a84a0e04c129b6ae --- USERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/USERS.md b/USERS.md index 86122cd9a..9d7e3938c 100644 --- a/USERS.md +++ b/USERS.md @@ -85,3 +85,6 @@ quasardb uses a heavily tuned RocksDB as its persistence layer. ## LzLabs LzLabs is using RocksDB as a storage engine in their multi-database distributed framework to store application configuration and user data. + +## ProfaneDB +[ProfaneDB](https://profanedb.gitlab.io/) is a database for Protocol Buffers, and uses RocksDB for storage. It is accessible via gRPC, and the schema is defined using directly `.proto` files.