[ 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