Skip to content

Commit

Permalink
Added ProfaneDB
Browse files Browse the repository at this point in the history
Summary:
Added my project [ProfaneDB](https://profanedb.gitlab.io/) which uses RocksDB as the main storage engine
Closes facebook#3182

Differential Revision: D6370847

Pulled By: ajkr

fbshipit-source-id: ff4bb6bdbc6e42fdb88bd793a84a0e04c129b6ae
  • Loading branch information
borgoat authored and facebook-github-bot committed Nov 19, 2017
1 parent 0213990 commit 0996e14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0996e14

Please sign in to comment.