[ 源代码: etcd ]
软件包:etcd-server(3.2.26+dfsg-3+deb10u1) [security]
etcd-server 的相关链接
Debian 的资源:
下载源码包 etcd:
- [etcd_3.2.26+dfsg-3+deb10u1.dsc]
- [etcd_3.2.26+dfsg.orig.tar.xz]
- [etcd_3.2.26+dfsg-3+deb10u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
highly-available key value store -- daemon
A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on:
* Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft
Etcd uses the Raft consensus algorithm to manage a highly-available replicated log.
This package contains the server binaries.
其他与 etcd-server 有关的软件包
|
|
|
|
-
- dep: adduser
- 添加、删除用户和组
-
- dep: libc6 (>= 2.3.2)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: lsb-base
- Linux 标准规范初始化脚本功能
-
- dep: pipexec
- create a directed graph of processes and pipes
-
- sug: etcd-client
- highly-available key value store -- client