We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a088c2 + e37639f commit 90d9431Copy full SHA for 90d9431
README.md
@@ -6,6 +6,7 @@
6
- [PaaS工具](#PaaS工具)
7
- [大数据](#大数据)
8
- [微服务](#微服务)
9
+- [持续集成与持续部署](#持续集成与持续部署)
10
- [数据库技术](#数据库技术)
11
- [存储技术](#存储技术)
12
- [分布式系统](#分布式系统)
@@ -90,6 +91,12 @@
90
91
| 8 | fabio | https://github.com/eBay/fabio | fabio 是 ebay 团队用 golang 开发的一个快速、简单零配置能够让 consul 部署的应用快速支持 http(s) 的负载均衡路由器。这里有一篇中文文章http://dockone.io/article/1567介绍了如何用fabio+consul实现服务发现,负载均衡,并阐述了原理, 最后还有demo程序 |
92
| 9 | appdash| https://github.com/sourcegraph/appdash | go版本的分布式应用跟踪系统, 基于google dapper的原理构建 |
93
94
+# 持续集成与持续部署
95
+
96
+|序号|名称|项目地址|简介|
97
+| ----- | ----- | ----- | ----- |
98
+| 1 | Cyclone | https://github.com/caicloud/cyclone | Cyclone 是一个打造容器工作流的云原生持续集成持续发布平台,简单易用,使用 Go 语言开发,有详尽的中文文档 |
99
+| 2 | Drone | https://github.com/drone/drone | Drone 是一个基于 Docker 的持续发布平台,使用 Go 语言开发 |
100
101
# 数据库技术
102
|序号|名称|项目地址|简介|
0 commit comments