blog.gopheracademy.com

etcd: distributed key-value store with grpc/http2

    open original

    etcd: distributed key-value store with grpc/http2

    What is etcd? etcd is a distributed, consistent key-value store, written in Go. Similar to how Linux distributions typically use /etc to store local configuration data, etcd can be thought of as a reliable store for distributed configuration data.

    via blog.gopheracademy.com