Adding Vasto, a distributed key value store. (#1826)

* add Gleam

* Update README.md

* Update README.md

* adding Vasto
This commit is contained in:
Chris Lu 2018-03-05 09:43:26 -08:00 committed by Avelino
parent 21d85f69b7
commit 2cd218d4a1

View File

@ -312,6 +312,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [tempdb](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items.
* [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1.
* [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang.
* [Vasto](https://github.com/chrislusf/vasto) - A distributed high-performance key-value store. On Disk. Eventual consistent. HA. Able to grow or shrink without service interruption.
*Database schema migration.*