logo
icon

etcd

A distributed, reliable key-value store for the most critical data of a distributed system

平台Zeabur
部署次數11
發布者yuaanlin
部署次數11
發布者yuaanlin
建立於2024-06-11
模板內的服務
service icon
標籤
databasekey-valuedistributed

etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:

  • Simple: well-defined, user-facing API (gRPC)
  • Secure: automatic TLS with optional client cert authentication
  • Fast: benchmarked 10,000 writes/sec
  • Reliable: properly distributed using Raft
  • etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.