This commit is contained in:
2024-10-21 16:14:00 +02:00
parent c11cceda2f
commit 89aa74043f
3 changed files with 157 additions and 0 deletions

11
devel/etcd35/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
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.