etcd/Documentation
Xiang Li 699b1e5b3a Merge pull request #7160 from xiang90/snapshotcount
etcdserver: increase snapshot to 100,000
2017-01-14 16:53:44 -08:00
..
benchmarks hack/benchmark: change boom to hey 2016-10-24 13:28:53 -07:00
dev-guide *: regenerate proto files with 'ignore_value' 2017-01-13 15:13:18 -08:00
dev-internal scripts, doc: remove actool references 2016-09-06 17:47:41 +02:00
learning why: add origin of the term etcd 2017-01-06 16:12:20 -06:00
op-guide etcdserver: increase snapshot to 100,000 2017-01-13 18:05:25 -08:00
platforms doc: Update freebsd.md 2016-02-18 23:03:19 -06:00
rfc *: rename storage package to mvcc 2016-04-25 15:25:51 -07:00
upgrades Documentation: fix links in upgrades 2016-07-26 12:51:59 -07:00
v2 Documentation: admin guide remove NB 2016-10-20 11:47:41 -07:00
README.md documentation: display docs.md in github browser 2017-01-11 10:37:42 -08:00
branch_management.md Documentation: conform to header style 2016-06-27 12:00:24 -07:00
demo.md Documentation/demo: add member, auth example 2016-06-23 11:50:37 -07:00
dl_build.md doc: build should work for non-github users 2016-10-04 10:26:51 -07:00
docs.md Documentation: add 'why.md' 2016-12-16 15:54:03 -08:00
faq.md Documentation: add FAQs on membership operation 2016-12-16 15:13:40 -08:00
libraries-and-tools.md tools: Add etcd 3.0 load test tool refernece 2017-01-12 11:35:32 +05:30
metrics.md op-guide: update gRPC requests metrics 2016-11-14 15:20:16 -08:00
production-users.md Documentation: conform to header style 2016-06-27 12:00:24 -07:00
reporting_bugs.md Documentation: conform to header style 2016-06-27 12:00:24 -07:00
tuning.md Documentation: tuning advice for peer prioritization 2016-07-07 19:14:31 -07:00

README.md

Documentation

etcd is a distributed key-value store designed to reliably and quickly preserve and provide access to critical data. It enables reliable distributed coordination through distributed locking, leader elections, and write barriers. An etcd cluster is intended for high availability and permanent data storage and retrieval.

Getting started

New etcd users and developers should get started by downloading and building etcd. After getting etcd, follow this quick demo to see the basics of creating and working with an etcd cluster.

Developing with etcd

The easiest way to get started using etcd as a distributed key-value store is to set up a local cluster.

Operating etcd clusters

Administrators who need to create reliable and scalable key-value stores for the developers they support should begin with a cluster on multiple machines.

Learning

To learn more about the concepts and internals behind etcd, read the following pages:

Upgrading and compatibility

Frequently Asked Questions (FAQ)

Answers to common questions about etcd.