1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/etcd/pkg-descr
Bartek Rutkowski a0f91895ea devel/etcd: update to 0.4.3
- Update devel/etcd to 0.4.3
- Change maintainer address to robak@FreeBSD.org
- Minor url correction in pkg-descr

Reviewed by:	marino (mentor)
Approved by:	swills (mentor)
2014-06-23 20:50:07 +00:00

14 lines
479 B
Plaintext

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