slowpoke - Key-value store with persistence (#1915)

* slowpoke - Key-value store with persistence

* slowpoke - Key-value store with persistence
This commit is contained in:
recoilme 2018-05-09 15:26:29 +02:00 committed by Jessica Temporal
parent a0b21d782d
commit 0058f7a51e

View File

@ -317,6 +317,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database.
* [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite.
* [Scribble](https://github.com/nanobox-io/golang-scribble) - Tiny flat file JSON store.
* [slowpoke](https://github.com/recoilme/slowpoke) - Key-value store with persistence.
* [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.