README中添加go生态笔记
This commit is contained in:
parent
5ab7b03a72
commit
a23bfe3dad
@ -3,3 +3,104 @@
|
||||
## 视频地址
|
||||
|
||||
<https://www.bilibili.com/video/BV1gf4y1r79E?spm_id_from=333.788.videopod.episodes&vd_source=f7c68b53565c39116ff75e9f97198de6>
|
||||
|
||||
## Go语言生态(笔记)
|
||||
|
||||
### Web框架
|
||||
|
||||
beego
|
||||
|
||||
<https://github.com/astaxie/beego>
|
||||
|
||||
gin
|
||||
|
||||
<https://github.com/gin-gonic/gin>
|
||||
|
||||
echo
|
||||
|
||||
<https://github.com/labstack/echo>
|
||||
|
||||
iris
|
||||
|
||||
<https://github.com/kataras/iris>
|
||||
|
||||
### 微服务框架
|
||||
|
||||
go kit
|
||||
|
||||
<http://gokit.io>
|
||||
|
||||
istio
|
||||
|
||||
<https://istio.io>
|
||||
|
||||
### 容器编排
|
||||
|
||||
Kubernetes
|
||||
|
||||
<https://github.com/kubernetes/kubernetes>
|
||||
|
||||
swarm
|
||||
|
||||
<https://github.com/docker/clissicswarm>
|
||||
|
||||
### 服务发现
|
||||
|
||||
consul
|
||||
|
||||
<https://github.com/hashicorp/consul>
|
||||
|
||||
### 存储引擎
|
||||
|
||||
etcd
|
||||
|
||||
<https://github.com/coreos/etcd>
|
||||
|
||||
tidb
|
||||
|
||||
<https://github.com/pingcap/tidb>
|
||||
|
||||
### 静态建站
|
||||
|
||||
hugo
|
||||
|
||||
<https://github.com/gohugoio/hugo>
|
||||
|
||||
### 中间件
|
||||
|
||||
#### 消息队列
|
||||
|
||||
nsq
|
||||
|
||||
<https://github.com/nsqio/nsq>
|
||||
|
||||
#### TCP长连接框架
|
||||
|
||||
zinx
|
||||
|
||||
<https://github.com/aceld/zinx>
|
||||
|
||||
#### 游戏服务器
|
||||
|
||||
leaf
|
||||
|
||||
<https://github.com/name5566/leaf>
|
||||
|
||||
#### RPC框架
|
||||
|
||||
grpc
|
||||
|
||||
<https://grpc.io>
|
||||
<https://github.com/grpc/grpc-go>
|
||||
|
||||
#### redis集群
|
||||
|
||||
codis
|
||||
|
||||
<https://github.com/CodisLabs/codis>
|
||||
|
||||
### 爬虫框架
|
||||
|
||||
#### go query
|
||||
|
||||
<https://github.com/PuerkitoBio/goquery>
|
||||
|
Loading…
Reference in New Issue
Block a user