summaryrefslogtreecommitdiff
path: root/USERS.md
diff options
context:
space:
mode:
authorJeremy Taylor <jdt@juxt.pro>2019-08-29 11:28:37 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-08-29 11:29:48 -0700
commitc5e12ebfd2bea5abb97074a75ce041aa43414bde (patch)
treeb97e54c144e39db48d61b90c36b27bfe14c95d77 /USERS.md
parentab0645a596e0dfed0ae37ae61420fff923fd7fa2 (diff)
Add Crux to USERS.md
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/5718 Differential Revision: D17096939 Pulled By: riversand963 fbshipit-source-id: 4301078d3ca3d54a1c7e841eccad95379cd1570d
Diffstat (limited to 'USERS.md')
-rw-r--r--USERS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/USERS.md b/USERS.md
index 6401757d2..fdb5af74d 100644
--- a/USERS.md
+++ b/USERS.md
@@ -96,3 +96,6 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed
## 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.
+
+## Crux
+[Crux](https://github.com/juxt/crux) is a document database that uses RocksDB for local [EAV](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model) index storage to enable point-in-time bitemporal Datalog queries. The "unbundled" architecture uses Kafka to provide horizontal scalability.