a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: Transitional package for etcd-client and etcd-server
This is a transitional package to ease upgrades for splitting the
etcd package into a separate client and server piece. It can be
safely removed.
Description: Highly-available key value store for shared configuration and service discovery
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.
--- 251127 Thu Jan 1 00:00:00 1970
+++ 233768 Thu Jan 1 00:00:00 1970
@@ -1,4 +1,13 @@
-Transitional package for etcd-client and etcd-server
+Highly-available key value store for shared configuration and service discovery
- This is a transitional package to ease upgrades for splitting the
+ A highly-available key value store for shared configuration and service
- etcd package into a separate client and server piece. It can be
+ discovery. etcd is inspired by zookeeper and doozer, with a focus on:
- safely removed.
+ .
+ * 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.