Skip to content

Commit 7afd92d

Browse files
authored
add CI/CD section
1 parent 63e7f6b commit 7afd92d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [PaaS工具](#PaaS工具)
77
- [大数据](#大数据)
88
- [微服务](#微服务)
9+
- [持续集成与持续部署](#持续集成与持续部署)
910
- [数据库技术](#数据库技术)
1011
- [存储技术](#存储技术)
1112
- [分布式系统](#分布式系统)
@@ -89,6 +90,12 @@
8990
| 8 | fabio | https://github.com/eBay/fabio | fabio 是 ebay 团队用 golang 开发的一个快速、简单零配置能够让 consul 部署的应用快速支持 http(s) 的负载均衡路由器。这里有一篇中文文章http://dockone.io/article/1567介绍了如何用fabio+consul实现服务发现,负载均衡,并阐述了原理, 最后还有demo程序 |
9091
| 9 | appdash| https://github.com/sourcegraph/appdash | go版本的分布式应用跟踪系统, 基于google dapper的原理构建 |
9192

93+
# 持续集成与持续部署
94+
95+
|序号|名称|项目地址|简介|
96+
| ----- | ----- | ----- | ----- |
97+
| 1 | Cyclone | https://github.com/caicloud/cyclone | Cyclone 是一个打造容器工作流的云原生持续集成持续发布平台,简单易用,使用 Go 语言开发,有详尽的中文文档 |
98+
| 2 | Drone | https://github.com/drone/drone | Drone 是一个基于 Docker 的持续发布平台,使用 Go 语言开发 |
9299

93100
# 数据库技术
94101
|序号|名称|项目地址|简介|

0 commit comments

Comments
 (0)