mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Lock implementation for etcd. It has three go routines: a) acquire - loop that watches for the lock to be free and tries to acquire it. b) watch - to watch for lock changes c) refresh - to refresh the ttl when the lock is acquired All the changes in lock ownership are notified on the events channel. Any feedback welcome!
5.1 KiB
5.1 KiB
Libraries and Tools
Tools
- etcdctl - A command line client for etcd
- etcd-backup - A powerful command line utility for dumping/restoring etcd - Supports v2
- etcd-dump - Command line utility for dumping/restoring etcd.
- etcd-fs - FUSE filesystem for etcd
- etcd-browser - A web-based key/value editor for etcd using AngularJS
- etcd-lock - A lock implementation for etcd
Go libraries
- go-etcd - Supports v2
Java libraries
- boonproject/etcd - Supports v2, Async/Sync and waits
- justinsb/jetcd
- diwakergupta/jetcd - Supports v2
- jurmous/etcd4j - Supports v2
- AdoHe/etcd4j - Supports v2 (enhance for real production cluster)
Python libraries
- jplana/python-etcd - Supports v2
- russellhaering/txetcd - a Twisted Python library
- cholcombe973/autodock - A docker deployment automation tool
Node libraries
- stianeikeland/node-etcd - Supports v2 (w Coffeescript)
- lavagetto/nodejs-etcd - Supports v2
Ruby libraries
- iconara/etcd-rb
- jpfuentes2/etcd-ruby
- ranjib/etcd-ruby - Supports v2
C libraries
- jdarcy/etcd-api - Supports v2
C++ libraries
- edwardcapriolo/etcdcpp - Supports v2
Clojure libraries
- aterreno/etcd-clojure
- dwwoelfel/cetcd - Supports v2
- rthomas/clj-etcd - Supports v2
Erlang libraries
.Net Libraries
PHP Libraries
Haskell libraries
A detailed recap of client functionalities can be found in the clients compatibility matrix.
Chef Integration
Chef Cookbook
BOSH Releases
Projects using etcd
- binocarlos/yoda - etcd + ZeroMQ
- calavera/active-proxy - HTTP Proxy configured with etcd
- derekchiang/etcdplus - A set of distributed synchronization primitives built upon etcd
- go-discover - service discovery in Go
- gleicon/goreman - Branch of the Go Foreman clone with etcd support
- garethr/hiera-etcd - Puppet hiera backend using etcd
- mattn/etcd-vim - SET and GET keys from inside vim
- mattn/etcdenv - "env" shebang with etcd integration
- kelseyhightower/confd - Manage local app config files using templates and data from etcd
- configdb - A REST relational abstraction on top of arbitrary database backends, aimed at storing configs and inventories.
- scrz - Container manager, stores configuration in etcd.
- fleet - Distributed init system
- GoogleCloudPlatform/kubernetes - Container cluster manager.
- mailgun/vulcand - HTTP proxy that uses etcd as a configuration backend.
- duedil-ltd/discodns - Simple DNS nameserver using etcd as a database for names and records.
- skynetservices/skydns - RFC compliant DNS server
- xordataexchange/crypt - Securely store values in etcd using GPG encryption
- spf13/viper - Go configuration library, reads values from ENV, pflags, files, and etcd with optional encryption