diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2018-07-23 22:12:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-28 08:51:47 +0700 |
commit | 819088b4aaf1d84bfde15597aaff6870505534af (patch) | |
tree | 25d3fba75203c033574a7e56490457a2006d073e /network/etcd/slack-desc | |
parent | a89d29f0f8bd2f8d7c12a3a77146a00f0f677f3d (diff) |
network/etcd: Added (key value store for shared configuration).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/etcd/slack-desc')
-rw-r--r-- | network/etcd/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/etcd/slack-desc b/network/etcd/slack-desc new file mode 100644 index 0000000000000..d069a38a0e6b3 --- /dev/null +++ b/network/etcd/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +etcd: etcd (key value store for shared configuration and service discovery) +etcd: +etcd: Etcd is a distributed reliable key-value store for the most critical +etcd: data of a distributed system, with a focus on being: +etcd: Simple: well-defined, user-facing API (gRPC) +etcd: Secure: automatic TLS with optional client cert authentication +etcd: Fast: benchmarked 10,000 writes/sec +etcd: Reliable: properly distributed using Raft +etcd: +etcd: +etcd: |