Không có mô tả

Gyu-Ho Lee a48106fbc0 version: bump up to v3.0.17+git 7 năm trước cách đây
.github cc27c3a1e6 .github: add pull request and issue template 8 năm trước cách đây
Documentation 6ae7ec9a3f *: regenerate proto 8 năm trước cách đây
alarm ef44f71da9 *: update LICENSE header 8 năm trước cách đây
auth 3fd64f913a auth: fix return type on 'hasRootRole' 8 năm trước cách đây
client b837feffe4 client/integration: test v2 client one shot operations 8 năm trước cách đây
clientv3 219a4e9ad5 clientv3: don't reset keepalive stream on grant failure 7 năm trước cách đây
cmd a9e2d3d4d3 *: remove 'tools/etcd-top' to drop pcap.h 8 năm trước cách đây
compactor fc7da09d67 *: add missing godoc package descriptions 8 năm trước cách đây
contrib c1e3601776 raftexample: fixes from go vet, go lint 8 năm trước cách đây
discovery 96422a955f discovery: reject IP address records in SRVGetCluster 8 năm trước cách đây
e2e 518efab61c etcdctlv3: snapshot restore works with lease key 7 năm trước cách đây
error ef44f71da9 *: update LICENSE header 8 năm trước cách đây
etcdctl 518efab61c etcdctlv3: snapshot restore works with lease key 7 năm trước cách đây
etcdmain 8fb533dabe embed: warn on domain name in listener 8 năm trước cách đây
etcdserver 42f9a5ef74 etcdserver, lease: tie lease min ttl to election timeout 7 năm trước cách đây
hack 3cecbdb464 hack: install goreman in tls-setup example 8 năm trước cách đây
integration 11668f53db integration: use RequireLeader for TestV3LeaseFailover 8 năm trước cách đây
lease fcf813427b lease/leasehttp: pass min TTL in TestRenewHTTP 7 năm trước cách đây
logos d375b67a50 logos: add SVG and PNG logos 10 năm trước cách đây
mvcc 1b702e79db mvcc: return -1 for wrong watcher range key >= end 8 năm trước cách đây
pkg bf0da78b63 pkg/ioutil: configure pageOffset in NewPageWriter 8 năm trước cách đây
proxy 74b13aab61 grpcproxy: fix go vet warnings 8 năm trước cách đây
raft fcbada7798 Merge pull request #6622 from luxas/backport_arm_fixes 8 năm trước cách đây
rafthttp 5b205729b9 rafthttp: add v3.0.0 to supported streams 8 năm trước cách đây
scripts 0932d17395 scripts/genproto: use latest grpc-gateway c8ec92d0 8 năm trước cách đây
snap c76df5052b *: update proto to add 'prev_kv' 8 năm trước cách đây
store df56f9d6f9 store: copy old value when refresh + cas 8 năm trước cách đây
tools a9e2d3d4d3 *: remove 'tools/etcd-top' to drop pcap.h 8 năm trước cách đây
version a48106fbc0 version: bump up to v3.0.17+git 7 năm trước cách đây
wal c76df5052b *: update proto to add 'prev_kv' 8 năm trước cách đây
.dockerignore f734ba9974 Add .dockerignore to avoid including .git in docker build context 10 năm trước cách đây
.gitignore 62f11e43ee hack: add tls-setup example generated certs to gitignore 8 năm trước cách đây
.godir 03bacc1984 create .godir 10 năm trước cách đây
.header 71e6c4b06a .header: update to 'etcd Authors' 8 năm trước cách đây
.travis.yml 3a8b524d36 travis, test: use Go 1.6.4, skip 'gosimple' 8 năm trước cách đây
CONTRIBUTING.md 35229eb2d3 Documentation: conform to header style 8 năm trước cách đây
DCO fd9ad4fa2c docs(readme/contrib): clean up README, merge changes from CONTRIBUTING.md and split out DCO 10 năm trước cách đây
Dockerfile 8a71f749d7 *: separate Dockerfile for quay build trigger 8 năm trước cách đây
Dockerfile-release 2a3ea3f996 Dockerfile-release: add '/var/lib/etcd/' 8 năm trước cách đây
LICENSE 3381177341 License project under the Apache License Version 2.0 11 năm trước cách đây
MAINTAINERS 6b80f0ad7e MAINTAINERS: updating email address of Hitoshi Mitake 8 năm trước cách đây
NOTICE 054de85da2 feat(*): initial commit 10 năm trước cách đây
Procfile 3351ea1ae2 Procfile: v3 as default 8 năm trước cách đây
README.md 014970930a *: test, docs with go1.6+ 8 năm trước cách đây
ROADMAP.md 165c164780 Documentation: update ROADMAP with version 2.3 8 năm trước cách đây
V2Procfile 3351ea1ae2 Procfile: v3 as default 8 năm trước cách đây
build abc1cb945b build: remove needless output 8 năm trước cách đây
build.bat b1d41016b2 vendor: only vendor on emitted binaries 8 năm trước cách đây
build.ps1 5d86525230 build: set git sha on windows builds 8 năm trước cách đây
cover 1239e1ce6f test, scripts: use /usr/bin/env to find bash 9 năm trước cách đây
etcd.conf.yml.sample dcb3b7aecf *: scrub legacy ports from code and scripts 8 năm trước cách đây
main.go ef44f71da9 *: update LICENSE header 8 năm trước cách đây
test 3a8b524d36 travis, test: use Go 1.6.4, skip 'gosimple' 8 năm trước cách đây

README.md

etcd

Go Report Card Build Status Build Status Docker Repository on Quay.io

Note: The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get stable binaries.

the etcd v2 documentation has moved

etcd Logo

etcd is a distributed, consistent key-value store for shared configuration and service discovery, 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.

etcd is used in production by many companies, and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as Kubernetes, fleet, locksmith, vulcand, Doorman, and many others. Reliability is further ensured by rigorous testing.

See etcdctl for a simple command line client.

Getting started

Getting etcd

The easiest way to get etcd is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, AppC (ACI), and Docker. Instructions for using these binaries are on the GitHub releases page.

For those wanting to try the very latest version, you can build the latest version of etcd from the master branch. You will first need Go installed on your machine (version 1.6+ is required). All development occurs on master, including new features and bug fixes. Bug fixes are first targeted at master and subsequently ported to release branches, as described in the branch management guide.

Running etcd

First start a single-member cluster of etcd:

./bin/etcd

This will bring up etcd listening on port 2379 for client communication and on port 2380 for server-to-server communication.

Next, let's set a single key, and then retrieve it:

ETCDCTL_API=3 etcdctl put mykey "this is awesome"
ETCDCTL_API=3 etcdctl get mykey

That's it! etcd is now running and serving client requests. For more

etcd TCP ports

The official etcd ports are 2379 for client requests, and 2380 for peer communication.

Running a local etcd cluster

First install goreman, which manages Procfile-based applications.

Our Procfile script will set up a local example cluster. Start it with:

goreman start

This will bring up 3 etcd members infra1, infra2 and infra3 and etcd proxy proxy, which runs locally and composes a cluster.

Every cluster member and proxy accepts key value reads and key value writes.

Next steps

Now it's time to dig into the full etcd API and other guides.

Contact

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Reporting bugs

See reporting bugs for details about reporting any issue you may encounter.

License

etcd is under the Apache 2.0 license. See the LICENSE file for details.