文件名称:etcd_v2.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, which focuses on:
Simple: user API (HTTP+JSON) supported by curl
Security: optional SSL client certificate authentication
Fast: single instance can write operations per second 1000 times
Reliable: 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, which focuses on:
Simple: user API (HTTP+JSON) supported by curl
Security: optional SSL client certificate authentication
Fast: single instance can write operations per second 1000 times
Reliable: using Raft to achieve distributed
(系统自动生成,下载前可以参看下载内容)
下载文件列表
etcd-master
...........\.dockerignore
...........\.gitignore
...........\.godir
...........\.header
...........\.travis.yml
...........\build
...........\build.bat
...........\client
...........\......\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
...........\CONTRIBUTING.md
...........\cover
...........\DCO
...........\discovery
...........\.........\discovery.go
...........\.........\discovery_test.go
...........\.........\doc.go
...........\.........\srv.go
...........\.........\srv_test.go
...........\Dockerfile
...........\Documentation
...........\.............\04_to_2_snapshot_migration.md
...........\.............\admin_guide.md
...........\.............\api.md
...........\.............\authentication.md
...........\.............\auth_api.md
...........\.............\backward_compatibility.md
...........\.............\benchmarks
...........\.............\..........\etcd-2-1-0-alpha-benchmarks.md
...........\.............\..........\etcd-2-2-0-rc-benchmarks.md
...........\.............\..........\etcd-2-2-0-rc-memory-benchmarks.md
...........\.............\..........\etcd-3-demo-benchmarks.md
...........\.............\..........\README.md
...........\.............\branch_management.md
...........\.............\clustering.md
...........\.............\configuration.md
...........\.............\dev
...........\.............\...\release.md
...........\.............\discovery_protocol.md
...........\.............\docker_guide.md
...........\.............\errorcode.md
...........\.............\faq.md
...........\.............\glossary.md
...........\.............\implementation-faq.md
...........\.............\internal-protocol-versioning.md
...........\.............\libraries-and-tools.md
...........\.............\metrics.md
...........\.............\other_apis.md
...........\.............\platforms
...........\.............\.........\freebsd.md
...........\.............\production-ready.md
...........\.............\proxy.md
...........\.............\reporting_bugs.md
...........\.............\rfc
...........\.............\...\v3api.md
...........\.............\...\v3api.proto
...........\.............\runtime-configuration.md
...........\.............\runtime-reconf-design.md
...........\.............\security.md
...........\.............\tuning.md
...........\.............\upgrade_2_1.md
...........\.............\upgrade_2_2.md
...........\error
...........\.....\error.go
...........\.....\error_test.go
...........\etcdctl
...........\etcdctlv3
...........\.........\command
...........\.........\.......\delete_range_command.go
...........\.........\.......\put_command.go
...........\.........\.......\range_command.go
...........\.........\.......\txn_command.go
...........\.........\main.go
...........\.......\command
...........\.......\.......\auth_commands.go
...........\.......\.......\backup_command.go
...........\.......\.......\cluster_health.go
...........\.......\.......\error.go
...........\.......\.......\exec_watch_command.go
...........\.......\.......\format.go