[ 原始碼: docker-libkv ]
套件:golang-github-docker-libkv-dev(0.2.1-3)
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
- 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