Merge pull request #3632 from mickep76/master

docs/libraries-and-tools: add etcd-rest rest api daemon
release-2.3
Xiang Li 2015-10-02 09:49:59 -07:00
commit f093559b1d
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
- [etcd-console](https://github.com/matishsiao/etcd-console) - A web-base key/value editor for etcd using PHP
- [etcd-viewer](https://github.com/nikfoundas/etcd-viewer) - An etcd key-value store editor/viewer written in Java
- [etcd-export](https://github.com/mickep76/etcd-export) - Export/Import etcd directory as JSON/YAML/TOML and Validate directory using JSON schema
- [etcd-rest](https://github.com/mickep76/etcd-rest) - Create generic REST API in Go using etcd as a backend with validation using JSON schema
**Go libraries**