[ 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