TiKV added

This commit is contained in:
Herman Slatman
2016-04-06 13:49:22 +02:00
parent d35e14cc31
commit 73f845144e

View File

@@ -168,6 +168,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu
* [Riak](https://github.com/basho/riak) - a decentralized datastore.
* [Storehaus](https://github.com/twitter/storehaus) - library to work with asynchronous key value stores, by Twitter.
* [Tarantool](https://github.com/tarantool/tarantool) - an efficient NoSQL database and a Lua application server.
* [TiKV](https://github.com/pingcap/tikv) - a distributed key-value database powered by Rust and inspired by Google Spanner and HBase.
* [TreodeDB](https://github.com/Treode/store) - key-value store that's replicated and sharded and provides atomic multirow writes.