文件名称:etcd_v2.3.2
介绍说明--下载内容均来自于网络,请自行研究使用
etcd 是一个高可用的 Key/Value 存储系统,主要用于分享配置和服务发现。etcd 的灵感来自于 ZooKeeper 和 Doozer,侧重于:
简单:支持 curl 方式的用户 API (HTTP+JSON)
安全:可选 SSL 客户端证书认证
快速:单实例可达每秒 1000 次写操作
可靠:使用 Raft 实现分布式-Etcd is a highly available Key/Value storage system, which is mainly used to share configuration and service discovery. Etcd s inspiration comes ZooKeeper and Doozer, focusing on:
Simple: support for curl mode user API (HTTP+JSON)
Security: optional SSL client certificate authentication
Quick: single instance up to 1000 write operations per second
Reliability: using Raft to achieve distributed
简单:支持 curl 方式的用户 API (HTTP+JSON)
安全:可选 SSL 客户端证书认证
快速:单实例可达每秒 1000 次写操作
可靠:使用 Raft 实现分布式-Etcd is a highly available Key/Value storage system, which is mainly used to share configuration and service discovery. Etcd s inspiration comes ZooKeeper and Doozer, focusing on:
Simple: support for curl mode user API (HTTP+JSON)
Security: optional SSL client certificate authentication
Quick: single instance up to 1000 write operations per second
Reliability: using Raft to achieve distributed
(系统自动生成,下载前可以参看下载内容)
下载文件列表
etcd-2.3.2
..........\.dockerignore
..........\.gitignore
..........\.godir
..........\.header
..........\.travis.yml
..........\auth
..........\....\store.go
..........\build
..........\build.bat
..........\client
..........\clientv3
..........\........\auth.go
..........\........\client.go
..........\........\client_test.go
..........\........\cluster.go
..........\........\compare.go
..........\........\concurrency
..........\........\...........\election.go
..........\........\...........\key.go
..........\........\...........\mutex.go
..........\........\...........\session.go
..........\........\...........\stm.go
..........\........\doc.go
..........\........\example_cluster_test.go
..........\........\example_kv_test.go
..........\........\example_lease_test.go
..........\........\example_test.go
..........\........\example_watch_test.go
..........\........\integration
..........\........\...........\cluster_test.go
..........\........\...........\doc.go
..........\........\...........\kv_test.go
..........\........\...........\lease_test.go
..........\........\...........\main_test.go
..........\........\...........\mirror_test.go
..........\........\...........\txn_test.go
..........\........\...........\watch_test.go
..........\........\kv.go
..........\........\lease.go
..........\........\maintenance.go
..........\........\mirror
..........\........\......\syncer.go
..........\........\op.go
..........\........\README.md
..........\........\sort.go
..........\........\txn.go
..........\........\txn_test.go
..........\........\watch.go
..........\......\auth_role.go
..........\......\auth_user.go
..........\......\cancelreq.go
..........\......\cancelreq_go14.go
..........\......\client.go
..........\......\client_test.go
..........\......\cluster_error.go
..........\......\curl.go
..........\......\discover.go
..........\......\doc.go
..........\......\fake_transport_go14_test.go
..........\......\fake_transport_test.go
..........\......\keys.generated.go
..........\......\keys.go
..........\......\keys_bench_test.go
..........\......\keys_test.go
..........\......\members.go
..........\......\members_test.go
..........\......\README.md
..........\......\srv.go
..........\......\srv_test.go
..........\......\util.go
..........\compactor
..........\.........\compactor.go
..........\.........\compactor_test.go
..........\contrib
..........\CONTRIBUTING.md
..........\contrib\raftexample
..........\.......\...........\httpapi.go
..........\.......\...........\kvstore.go
..........\.......\...........\listener.go
..........\.......\...........\main.go
..........\.......\...........\Procfile
..........\.......\...........\raft.go
..........\.......\...........\raftexample_test.go
..........\.......\...........\README.md
..........\.......\README.md
..........\.......\recipes
..........\.......\.......\barrier.go
..........\.......\.......\client.go
..........\.......\.......\double_barrier.go
..........\.......\.......\key.go
..........\.......\.......\priority_queue.go
..........\.......\.......\queue.go
..........\.......\.......\rwmutex.go
..........\.......\.......\watch.go
..........\.......\systemd
..........\.......\.......\etcd.service
..........\.......\.......\etcd2-backup-coreos
..........\.......\.......\...................\.gitignore
..........\.......\.......\...................\30-etcd2-backup-restore.conf