Files
etcd/mod
Brandon Philips e24d2fdb6c fix(mod/dashboard): fix after api changes
use node instead of kvs and value
2013-12-13 12:36:29 -08:00
..
2013-12-08 15:26:58 -07:00
2013-12-04 22:39:59 -07:00

Etcd modules

etcd modules (mods) are higher order pieces of functionality that only speak to the client etcd API and are presented in the /mod HTTP path of the etcd service.

The basic idea is that etcd can ship things like dashboards, master election APIs and other helpful services that would normally have to stand up and talk to an etcd cluster directly in the binary. It is a convienence and hopefully eases complexity in deployments.