[ 源代码: docker-libkv ]
软件包:golang-github-docker-libkv-dev(0.2.1-4)
golang-github-docker-libkv-dev 的相关链接
Debian 的资源:
下载源码包 docker-libkv:
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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 Key/Value backends and offer the same experience no matter which backend is used.
For example, libkv can be used it to store metadata or for service discovery to register machines and endpoints inside your cluster.
Also libkv can be used to implement a generic Leader Election.
As of now, libkv offers support for Consul (disabled), Etcd and Zookeeper.
其他与 golang-github-docker-libkv-dev 有关的软件包
|
|
|
|
-
- dep: golang-etcd-server-dev (>= 3.5.15-3)
- highly-available key value store -- source
-
- dep: golang-github-coreos-bbolt-dev
- low-level key/value database for Go, especially CoreOS's etcd
-
- dep: golang-github-samuel-go-zookeeper-dev
- native ZooKeeper client for Go