Skip to content

SuhasAnand/kvdb

 
 

Repository files navigation

kvdb

Travis branch Go Report Card

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 v2
  • Etcd v3
  • Consul
  • In-memory store

About

Generic Key-Value interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%