Add SummitDB

This commit is contained in:
Herman Slatman
2016-10-21 10:56:00 +02:00
parent 51146d2251
commit 0bc3948bbd

View File

@@ -177,6 +177,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu
* [Redis](http://redis.io) - in memory key value datastore.
* [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.
* [SummitDB](https://github.com/tidwall/summitdb) - an in-memory, NoSQL key/value database, with disk persistance and using the Raft consensus algorithm.
* [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.