Skip to content

Commit

Permalink
Add Kafka to USERS (#8911)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #8911

Reviewed By: zhichao-cao

Differential Revision: D30908552

Pulled By: cheng-chang

fbshipit-source-id: df2ab50d94ed46bfb54f0dd520f8a5cdbfa49fd1
  • Loading branch information
Cheng Chang authored and facebook-github-bot committed Sep 14, 2021
1 parent 0b6be7e commit 34afdc2
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 @@ -118,6 +118,9 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed
## 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.

## Kafka
[Kafka](https://kafka.apache.org/) is an open-source distributed event streaming platform, it uses RocksDB to store state in Kafka Streams: https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/.

## Others
More databases using RocksDB can be found at [dbdb.io](https://dbdb.io/browse?embeds=rocksdb).

0 comments on commit 34afdc2

Please sign in to comment.