summaryrefslogtreecommitdiff
path: root/USERS.md
diff options
context:
space:
mode:
authorCheng Chang <xcc@fb.com>2021-09-08 12:17:49 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-09-08 12:19:41 -0700
commit7aa8447728f3b82b057edd568d42efdc229f3b4c (patch)
treed9bf3104b97f0e2f5f2d68846c544fd5a224f70d /USERS.md
parentbeed86473a078f58e6a8f214068a142bfc53d6aa (diff)
Add Milvus in USERS (#8822)
Summary: Milvus is a new database using RocksDB. Pull Request resolved: https://github.com/facebook/rocksdb/pull/8822 Test Plan: N/A Reviewed By: mrambacher Differential Revision: D30802413 Pulled By: cheng-chang fbshipit-source-id: 7c506f30688d4bb6b4cb8cddfc90e9414a397a53
Diffstat (limited to 'USERS.md')
-rw-r--r--USERS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/USERS.md b/USERS.md
index fb612efab..ab3c6ad45 100644
--- a/USERS.md
+++ b/USERS.md
@@ -115,3 +115,9 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed
## ArangoDB
[ArangoDB](https://www.arangodb.com/) is a native multi-model database with flexible data models for documents, graphs, and key-values, for building high performance applications using a convenient SQL-like query language or JavaScript extensions. It uses RocksDB as its sotrage engine.
+## Milvus
+[Milvus](https://milvus.io/) is an open source vector database for unstructured data. It uses RocksDB not only as one of the supported kv storage engines, but also as a message queue.
+
+## Others
+More databases using RocksDB can be found at [dbdb.io](https://dbdb.io/browse?embeds=rocksdb).
+