[ 原始碼: docker-libkv ]
套件:golang-github-docker-libkv-dev(0.2.1-1)
golang-github-docker-libkv-dev 的相關連結
Debian 的資源:
下載原始碼套件 docker-libkv:
維護小組:
- Debian Go Packaging Team (QA 頁面, 郵件存檔)
- Dmitry Smirnov (QA 頁面)
- Tim Potter (QA 頁面)
- Anthony Fok (QA 頁面)
外部的資源:
- 主頁 [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-any
- Go programming language -- gccgo on "non-Go" platforms
-
- dep: golang-etcd-server-dev (>= 3.0.0)
- highly-available key value store -- source
-
- dep: golang-github-boltdb-bolt-dev
- low-level key/value database for Go
-
- dep: golang-github-hashicorp-consul-dev
- tool for service discovery, monitoring and configuration (source)
-
- dep: golang-github-samuel-go-zookeeper-dev
- native ZooKeeper client for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries