Distributed key/value store abstraction library
Libkv provides a Go native library to store metadata. The goal of Libkv is to abstract common store operations for multiple distributed and/or local Key/Value store backends. For example, you can use it to store your metadata or for service discovery to register machines and endpoints inside your cluster. You can also easily implement a generic Leader Election on top of it (see the docker/leadership repository). As of now, Libkv offers support for Consul, Etcd, Zookeeper (Distributed store) and BoltDB (Local store). This package contains the source code needed for building packages that reference the following Go import paths: – github.com/docker/libkv
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.2.1-11.20210922git4589771.fc36 | - |
Fedora 35 | 0.2.1-11.20210922git4589771.fc35 | - |
Fedora 34 | 0.2.1-5.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-docker-libkv dash maintainers at fedoraproject dot org
.