diff options
Diffstat (limited to 'devel/etcd31/pkg-descr')
-rw-r--r-- | devel/etcd31/pkg-descr | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/etcd31/pkg-descr b/devel/etcd31/pkg-descr deleted file mode 100644 index ea402f1fff4c..000000000000 --- a/devel/etcd31/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -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 is written in Go and uses the raft consensus -algorithm to manage a highly-available replicated log. |