Distributed reliable key-value store for the most critical data
https://etcd.io/
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:aevseev/etcd && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000058 58 Bytes | |
| etcd.changes | 0000000355 355 Bytes | |
| etcd.service | 0000000486 486 Bytes | |
| etcd.spec | 0000003908 3.82 KB | |
| mods.tar.xz | 0068110900 65 MB |
Comments 0