An open API service indexing awesome lists of open source software.

https://github.com/multani/kvdb

Generic Key-Value interfaace
https://github.com/multani/kvdb

Last synced: about 1 year ago
JSON representation

Generic Key-Value interfaace

Awesome Lists containing this project

README

          

## kvdb

Key Value Store abstraction library. This library abstracts the caller from the specific key-value database implementation. This makes the underlying providers interchangable. Current supported implementations are `Etcd`, `Consul` and In-memory store