前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >etcd v2文档(3) -- 库和工具

etcd v2文档(3) -- 库和工具

作者头像
solate
发布2019-07-22 17:50:16
1.2K0
发布2019-07-22 17:50:16
举报
文章被收录于专栏:solate 杂货铺solate 杂货铺

工具

  • 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
  • etcddir - Realtime sync etcd and local directory. Work with windows and linux.
  • etcd-browser - A web-based key/value editor for etcd using AngularJS
  • etcd-lock - Master election & distributed r/w lock implementation using etcd - Supports v2
  • etcd-console - A web-base key/value editor for etcd using PHP
  • etcd-viewer - An etcd key-value store editor/viewer written in Java
  • etcdtool - Export/Import/Edit etcd directory as JSON/YAML/TOML and Validate directory using JSON schema
  • etcd-rest - Create generic REST API in Go using etcd as a backend with validation using JSON schema
  • etcdsh - A command line client with support of command history and tab completion. Supports v2
代码语言:javascript
复制
etcdctl - etcd的命令行客户端
etcd-backup - 用于转储/恢复etcd的强大的命令行实用程序 - 支持v2
etcd-dump - 用于转储/恢复etcd的命令行实用程序。
etcd-fs - 用于etcd的FUSE文件系统
etcddir - 实时同步etcd和本地目录。 使用windows和linux。
etcd-browser - 使用AngularJS的基于web的键/值编辑器
etcd-lock - 主选和分布式r / w锁实现使用etcd - 支持v2
etcd-console - 使用PHP的基于web的key / value编辑器
etcd-viewer - 用Java编写的一个etcd键值存储编辑器/查看器
etcdtool - 导出/导入/编辑etcd目录为JSON / YAML / TOML,并使用JSON模式验证目录
etcd-rest - 在Go中创建通用REST API,使用ansd作为后端,使用JSON模式进行验证
etcdsh - 支持命令历史和选项卡完成的命令行客户端。 支持v2

Go libraries

  • etcd/client - the officially maintained Go client
  • go-etcd - the deprecated official client. May be useful for older (<2.0.0) versions of etcd.
代码语言:javascript
复制
etcd/client - 正式维护的Go客户端
go-etcd - 已弃用的官方客户端。 可能对较旧的(<2.0.0)版本的etcd有用。

Java libraries

PHP Libraries

其他的去官网上看

参考

官方etcd 库和工具

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 工具
    • Go libraries
      • Java libraries
        • PHP Libraries
          • 其他的去官网上看
          • 参考
          领券
          问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档