From 197b832afaccb6cb31d57359e81690191afb3410 Mon Sep 17 00:00:00 2001 From: dhruba borthakur Date: Wed, 29 Jun 2016 14:36:25 -0700 Subject: [PATCH] Update USERS.md --- USERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/USERS.md b/USERS.md index 6801fcc80..1dad674a9 100644 --- a/USERS.md +++ b/USERS.md @@ -62,3 +62,6 @@ quasardb uses a heavily tuned RocksDB as its persistence layer. ## TiKV [TiKV](https://github.com/pingcap/tikv) is a GEO-replicated, high-performance, distributed, transactional key-value database. TiKV is powered by Rust and Raft. TiKV uses RocksDB as its persistence layer. + +## Apache Flink +[Apache Flink](https://flink.apache.org/news/2016/03/08/release-1.0.0.html) uses RocksDB to store state locally on a machine. -- GitLab