etcd/contrib
Hongchao Deng aa11dafaf8 clientv3: expose event type in user API
- add another layer of abstraction in clientv3 for user, not expose internal storagepb ones
- provide commonly used routines IsCreate(), IsModify() on event
2016-04-07 09:47:04 -07:00
..
raftexample *: clean up bool comparison 2016-04-02 18:27:54 -07:00
recipes clientv3: expose event type in user API 2016-04-07 09:47:04 -07:00
systemd contrib/systemd: etcd2-backup package and docs 2015-12-22 14:52:10 -08:00
README.md contrib/systemd: etcd2-backup package and docs 2015-12-22 14:52:10 -08:00

README.md

Contrib

Scripts and files which may be useful but aren't part of the core etcd project.

  • systemd - an example unit file for deploying etcd on systemd-based distributions
  • raftexample - an example distributed key-value store using raft
  • systemd/etcd2-backup-coreos - remote backup and restore procedures for etcd2 clusters on CoreOS Linux