[ buster ]
[ bullseye ]
[ ソース: consul ]
パッケージ: golang-github-hashicorp-consul-dev (1.0.7~dfsg1-5)
golang-github-hashicorp-consul-dev に関するリンク
Debian の資源:
consul ソースパッケージをダウンロード:
メンテナ:
- Debian Go Packaging Team (QA ページ, メールアーカイブ)
- Dmitry Smirnov (QA ページ)
- Martín Ferrari (QA ページ)
- Tianon Gravi (QA ページ)
- Tim Potter (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
tool for service discovery, monitoring and configuration (source)
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
Consul provides several key features:
- Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well.
- Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers.
- Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere.
- Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration.
Consul runs on Linux, Mac OS X, and Windows. It is recommended to run the Consul servers only on Linux, however.
This package contains the source.
その他の golang-github-hashicorp-consul-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-armon-go-metrics-dev (>= 0.0~git20171117~)
- library for exporting performance and runtime metrics
-
- dep: golang-github-armon-go-radix-dev
- Golang implementation of Radix trees
-
- dep: golang-github-hashicorp-go-cleanhttp-dev
- Functions for accessing "clean" Go http.Client values
-
- dep: golang-github-hashicorp-go-memdb-dev
- in-memory database built on immutable radix trees
-
- dep: golang-github-hashicorp-go-msgpack-dev
- encode/decode and rpc library for msgpack and Binc
-
- dep: golang-github-hashicorp-go-rootcerts-dev
- functions for loading root certificates for TLS connections
-
- dep: golang-github-hashicorp-go-uuid-dev
- generate UUID-format strings using high quality random bytes
-
- dep: golang-github-hashicorp-golang-lru-dev (>= 0.0~git20160207~)
- Golang LRU cache
-
- dep: golang-github-hashicorp-hcl-dev
- Go implementation of HashiCorp Configuration Language
-
- dep: golang-github-hashicorp-hil-dev (>= 0.0~git20160711~)
- small embedded language for string interpolations
-
- dep: golang-github-hashicorp-memberlist-dev (>= 0.1.0+git20180209~)
- Golang package for gossip based membership and failure detection
-
- dep: golang-github-hashicorp-raft-boltdb-dev
- Raft backend implementation using BoltDB
-
- dep: golang-github-hashicorp-raft-dev
- implementation of the Raft consensus protocol
-
- dep: golang-github-hashicorp-serf-dev (>= 0.8.1+git20180508~)
- Service orchestration and management tool (source)
-
- dep: golang-github-hashicorp-yamux-dev (>= 0.0~git20151129~)
- Golang connection multiplexing library
-
- dep: golang-github-inconshreveable-muxado-dev
- Stream multiplexing for Go
-
- dep: golang-github-miekg-dns-dev
- DNS protocol library for Go
-
- dep: golang-github-mitchellh-cli-dev (>= 0.0~git20171129~)
- library for implementing command-line interfaces
-
- dep: golang-github-mitchellh-copystructure-dev
- library for deep copying values in Go
-
- dep: golang-golang-x-sys-dev (>= 0.0~git20161012~)
- Low-level interaction with the operating system