etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:
etcd is written in Go and uses the [Raft][] consensus algorithm to manage a highly-available replicated log.
这是 etcd 的 loongarch64 版本。