文件名称:etcd_v34
介绍说明--下载内容均来自于网络,请自行研究使用
etcd 是一个高可用的 Key/Value 存储系统,主要用于分享配置和服务发现。etcd 的灵感来自于 ZooKeeper 和 Doozer,侧重于:
简单:支持 curl 方式的用户 API (HTTP+JSON)
安全:可选 SSL 客户端证书认证
快速:单实例可达每秒 1000 次写操作
可靠:使用 Raft 实现分布式-Etcd is a highly available Key/Value storage system that is primarily used to share configuration and service discovery. Etcd is inspired by ZooKeeper and Doozer, focusing on:
Simple: support for curl user API (HTTP+JSON)
Security: optional SSL client certificate authentication
Fast: single instance up to 1000 write operations per second
Reliable: using Raft to achieve distributed
简单:支持 curl 方式的用户 API (HTTP+JSON)
安全:可选 SSL 客户端证书认证
快速:单实例可达每秒 1000 次写操作
可靠:使用 Raft 实现分布式-Etcd is a highly available Key/Value storage system that is primarily used to share configuration and service discovery. Etcd is inspired by ZooKeeper and Doozer, focusing on:
Simple: support for curl user API (HTTP+JSON)
Security: optional SSL client certificate authentication
Fast: single instance up to 1000 write operations per second
Reliable: using Raft to achieve distributed
(系统自动生成,下载前可以参看下载内容)
下载文件列表
etcd-3.0.14
...........\.dockerignore
...........\.github
...........\.......\ISSUE_TEMPLATE.md
...........\.......\PULL_REQUEST_TEMPLATE.md
...........\.gitignore
...........\.godir
...........\.header
...........\.travis.yml
...........\alarm
...........\.....\alarms.go
...........\auth
...........\....\authpb
...........\....\......\auth.pb.go
...........\....\......\auth.proto
...........\....\doc.go
...........\....\range_perm_cache.go
...........\....\range_perm_cache_test.go
...........\....\simple_token.go
...........\....\store.go
...........\....\store_test.go
...........\build
...........\build.bat
...........\build.ps1
...........\client
...........\clientv3
...........\........\auth.go
...........\........\balancer.go
...........\........\client.go
...........\........\client_test.go
...........\........\cluster.go
...........\........\compact_op.go
...........\........\compact_op_test.go
...........\........\compare.go
...........\........\concurrency
...........\........\...........\doc.go
...........\........\...........\election.go
...........\........\...........\key.go
...........\........\...........\mutex.go
...........\........\...........\session.go
...........\........\...........\stm.go
...........\........\config.go
...........\........\config_test.go
...........\........\doc.go
...........\........\example_auth_test.go
...........\........\example_cluster_test.go
...........\........\example_kv_test.go
...........\........\example_lease_test.go
...........\........\example_maintenence_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
...........\........\...........\role_test.go
...........\........\...........\txn_test.go
...........\........\...........\user_test.go
...........\........\...........\watch_test.go
...........\........\kv.go
...........\........\lease.go
...........\........\logger.go
...........\........\maintenance.go
...........\........\main_test.go
...........\........\mirror
...........\........\......\syncer.go
...........\........\op.go
...........\........\README.md
...........\........\retry.go
...........\........\sort.go
...........\........\txn.go
...........\........\txn_test.go
...........\........\watch.go
...........\........\watch_test.go
...........\......\auth_role.go
...........\......\auth_user.go
...........\......\cancelreq.go
...........\......\client.go
...........\......\client_test.go
...........\......\cluster_error.go
...........\......\curl.go
...........\......\discover.go
...........\......\doc.go
...........\......\fake_transport_test.go
...........\......\integration
...........\......\...........\client_test.go
...........\......\...........\main_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