summaryrefslogtreecommitdiff
path: root/USERS.md
diff options
context:
space:
mode:
authorBin Fan <fanbin103@gmail.com>2019-06-13 12:20:30 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-06-13 12:25:26 -0700
commitec8111c5a4eb8669c097e55a75bd54f2e8c6db81 (patch)
tree5c5db67c25f98265631a2317986d4e3c1d5eeeb7 /USERS.md
parent5c76ba9dc4cbc676d8a28264b15af68c1bf06917 (diff)
Add Alluxio to USERS.md (#5434)
Summary: Add Alluxio's use case of RocksDB to `USERS.md` for metadata service Pull Request resolved: https://github.com/facebook/rocksdb/pull/5434 Differential Revision: D15766559 Pulled By: riversand963 fbshipit-source-id: b68ef851f8f92e0925c31e55296260225fdf849e
Diffstat (limited to 'USERS.md')
-rw-r--r--USERS.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/USERS.md b/USERS.md
index a95903f06..6401757d2 100644
--- a/USERS.md
+++ b/USERS.md
@@ -50,6 +50,10 @@ Check out their blog post: http://blog.cloudera.com/blog/2015/08/inside-santande
## Airbnb
Airbnb is using RocksDB as a storage engine for their personalized search service. You can learn more about it here: https://www.youtube.com/watch?v=ASQ6XMtogMs
+## Alluxio
+[Alluxio](https://www.alluxio.io) uses RocksDB to serve and scale file system metadata to beyond 1 Billion files. The detailed design and implementation is described in this engineering blog:
+https://www.alluxio.io/blog/scalable-metadata-service-in-alluxio-storing-billions-of-files/
+
## Pinterest
Pinterest's Object Retrieval System uses RocksDB for storage: https://www.youtube.com/watch?v=MtFEVEs_2Vo
@@ -91,4 +95,4 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed
[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
+ [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.