パッケージ: golang-github-hashicorp-serf-dev (0.9.4~ds1-1)
golang-github-hashicorp-serf-dev に関するリンク
Debian の資源:
golang-github-hashicorp-serf ソースパッケージをダウンロード:
- [golang-github-hashicorp-serf_0.9.4~ds1-1.dsc]
- [golang-github-hashicorp-serf_0.9.4~ds1.orig.tar.xz]
- [golang-github-hashicorp-serf_0.9.4~ds1-1.debian.tar.xz]
メンテナ:
- Debian Go Packaging Team (QA ページ, メールアーカイブ)
- Martín Ferrari (QA ページ)
- Tianon Gravi (QA ページ)
- Tim Potter (QA ページ)
- Dmitry Smirnov (QA ページ)
外部の資源:
- ホームページ [www.serfdom.io]
類似のパッケージ:
Service orchestration and management tool (source)
Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.
Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip protocol is used to communicate with other nodes. Serf can detect node failures and notify the rest of the cluster. An event system is built on top of Serf, letting you use Serf's gossip protocol to propagate events such as deploys, configuration changes, etc. Serf is completely masterless with no single point of failure.
This package contains the source.
その他の golang-github-hashicorp-serf-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-armon-circbuf-dev
- Golang circular (ring) buffer
-
- dep: golang-github-armon-go-metrics-dev
- library for exporting performance and runtime metrics
-
- dep: golang-github-fatih-color-dev
- console colors for Go
-
- dep: golang-github-google-btree-dev
- BTree implementation for Go
-
- dep: golang-github-hashicorp-go-msgpack-dev (>= 0.5.5~)
- encode/decode and rpc library for msgpack and Binc
-
- dep: golang-github-hashicorp-go-syslog-dev
- Golang syslog wrapper, cross-compile friendly
-
- dep: golang-github-hashicorp-logutils-dev
- Utilities for slightly better logging in Go
-
- dep: golang-github-hashicorp-mdns-dev
- simple mDNS client/server library in Golang
-
- dep: golang-github-hashicorp-memberlist-dev (>= 0.2.2~)
- Golang package for gossip based membership and failure detection
-
- dep: golang-github-mitchellh-cli-dev
- library for implementing command-line interfaces
-
- dep: golang-github-mitchellh-mapstructure-dev
- library for decoding generic map values into native Go structures
-
- dep: golang-github-ryanuber-columnize-dev
- Easy column formatted output for golang