Monday, 03 October 2016
Interesting Snippets from 2016-10-03
-
GitHub - coreos/etcd: Distributed reliable key-value store for the most critical data of a distributed system
etcd is a distributed, consistent key-value store for shared configuration and service discovery, 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.