From d78b2893bcc2902511aca0e6c50dc7529b46f5b3 Mon Sep 17 00:00:00 2001 From: Jakub Cech Date: Tue, 2 Oct 2018 10:02:04 -0700 Subject: [PATCH] Adding IOTA Foundation to USERS.MD (#4436) Summary: Adding IOTA Foundation to USERS.MD Pull Request resolved: https://github.com/facebook/rocksdb/pull/4436 Differential Revision: D10108142 Pulled By: sagar0 fbshipit-source-id: 948dc9f7169cec5c113ae347f1af765a41355aae --- USERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/USERS.md b/USERS.md index 7ea0118ca..a95903f06 100644 --- a/USERS.md +++ b/USERS.md @@ -89,3 +89,6 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed ## 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. + +## IOTA Foundation + [IOTA Foundation](https://www.iota.org/) is using RocksDB in the [IOTA Reference Implementation (IRI)](https://github.com/iotaledger/iri) to store the local state of the Tangle. The Tangle is the first open-source distributed ledger powering the future of the Internet of Things. \ No newline at end of file -- GitLab