[ ソース: 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