[ ソース: etcd ]
パッケージ: etcd-server (3.3.25+dfsg-6 など)
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: init-system-helpers (>= 1.54~)
- 全 init システム用ヘルパーツール
-
- dep: adduser
- ユーザやグループの追加削除
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: lsb-base
- Linux Standard Base 初期化スクリプト用機能
-
- dep: pipexec
- create a directed graph of processes and pipes
-
- sug: etcd-client
- highly-available key value store -- client