freebsd-ports/devel/etcd33/pkg-descr
Jimmy Olgeni 6a6c2e6cf0 Add devel/etcd33, tracking branch 3.3 of etcd.
Document conflicts in devel/etcd, etcd31, and etcd32.
2018-04-23 14:58:02 +00:00

13 lines
479 B
Text

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.
WWW: https://github.com/coreos/etcd