etcd/Documentation
Gyu-Ho Lee aefd3eb4cf Documentation/op-guide: fix typo in grafana.json
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-05 15:56:16 -07:00
..
benchmarks Docs: replace absolute links with relative ones. 2017-04-04 15:21:42 -07:00
dev-guide scripts, Documentation: fix swagger generation 2017-06-02 10:54:05 -07:00
dev-internal Documentation/v3: fix broken links 2017-05-03 16:57:38 -07:00
learning Documentation/learning: fixed typo 2017-05-22 17:26:34 +02:00
op-guide Documentation/op-guide: fix typo in grafana.json 2017-06-05 15:56:16 -07:00
platforms Documentation: add systemd, Container Linux guide 2017-05-23 11:27:27 -07:00
rfc *: rename storage package to mvcc 2016-04-25 15:25:51 -07:00
upgrades Documentation: add 'yaml.NewConfig' change in 3.2 2017-05-30 10:02:48 -07:00
v2 op-guide: document CN certs in security.md 2017-06-02 11:32:12 -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 Documentation: require Go 1.8+ for build 2017-04-25 17:04:54 -07:00
docs.md Documentation: add systemd, Container Linux guide 2017-05-23 11:27:27 -07:00
faq.md Documentation: add FAQ entry for "database space exceeded" errors 2017-05-25 16:08:58 -07:00
integrations.md doc: add mixer/etcd3 as a Node.js client integration 2017-06-03 09:54:03 -07:00
metrics.md op-guide: update gRPC requests metrics 2016-11-14 15:20:16 -08:00
production-users.md doc: modify usecase 2017-05-23 14:57:10 -04:00
reporting_bugs.md Documentation/v3: fix broken links 2017-05-03 16:57:38 -07:00
tuning.md Documentation: suggest ionice for disk tuning 2017-03-02 13:58:07 -08: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.

Platform guides

Upgrading and compatibility

Learning

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

Frequently Asked Questions (FAQ)

Answers to common questions about etcd.