* slowpoke - Key-value store with persistence

* slowpoke - Key-value store with persistence

* pudge - Fast and simple key/value store written using Go's standard library

* i will always fetch upstream before PR
This commit is contained in:
Vadim Kulibaba 2019-01-14 14:17:26 +03:00 committed by Cássio Botaro
parent 6d0dff9dc4
commit 68fe553917

View File

@ -332,6 +332,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [moss](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go.
* [piladb](https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures.
* [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database.
* [pudge](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library.
* [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.