mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
188f97299d
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#etcd Use PKGNAMEPREFIX=coreos to avoid PKGNAME conflict with audio/etcd PR: ports/182419 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
14 lines
484 B
Plaintext
14 lines
484 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#etcd
|