Go语言十大主流微服务框架及相关

以下 star数截止2021年1月份

1.istio

项目简介:Istio是由Google、IBM和Lyft开源的微服务管理、保护和监控框架。使用istio可以很简单的创建具有负载均衡、服务间认证、监控等功能的服务网络,而不需要对服务的代码进行任何修改。

仓库地址:https://github.com/istio(25.9K)

官方文档地址:https://istio.io/latest/docs/

2.Go-kit

项目简介:Go-kit 是一个 Go 语言的分布式开发包,用于开发微服务。

仓库地址:https://github.com/go-kit/kit/(19.1K)

官方文档地址:https://gokit.io/

3.Kratos

项目简介:Kratos是哔哩哔哩开源的一套Go微服务框架,包含大量微服务相关框架及工具。

仓库地址:https://github.com/go-kratos/kratos(11.5K)

官方文档地址:https://go-kratos.dev/docs/

4.Go-micro

项目简介:Micro是一个专注于简化分布式系统开发的微服务生态系统。可插拔的插件化设计,提供强大的可插拔的架构来保证基础组件可以被灵活替换。

仓库地址:https://github.com/micro/micro(9.5K)

官方文档地址:https://micro.mu/

5.Goa

项目简介:Goa 是一款用 Go 用于构建微服务的框架,采用独特的设计优先的方法

仓库地址:https://github.com/goadesign/goa(4.1K)

官方文档地址:https://goa.design/

6.fabio

项目简介:fabio 是 ebay 团队用 golang 开发的一个快速、简单零配置能够让 consul 部署的应用快速支持 http(s) 的负载均衡路由器。

仓库地址:https://github.com/fabiolb/fabio(4.1K)

官方文档地址:https://fabiolb.net/

7.gizmo

项目简介:gizmo是纽约时报开源的go微服务工具,提供如下特性:标准化配置和日志;可配置策略的状态监测端点;用于管理 pprof 端点和日志级别的配置;结构化日志,提供基本请求信息;端点的有用度量;优雅的停止服务; 定义期待和词汇的基本接口。

仓库地址:https://github.com/nytimes/gizmo(3.3K)

8.Tars-go

项目简介:腾讯系,Tarsgo是基于Golang编程语言使用Tars协议的高性能RPC框架

仓库地址:https://github.com/TarsCloud/TarsGo(2.7K)

官方文档地址:https://tarscloud.github.io/TarsDocs/SUMMARY.html#TarsGo

9.Jupiter

项目简介:Jupiter 是斗鱼开源的一套微服务治理框架,提供丰富的后台功能,管理应用的资源、配置,应用的性能、配置等可视化。

仓库地址:https://github.com/douyu/jupiter

官方文档地址:http://jupiter.douyu.com/(2.7K)

10.Dubbo-go

项目简介:阿里系,由Apache 软件基金会官方发布Go 语言加入 Dubbo 生态,架构是基于dubbo的extension模块和分层的代码设计,主要解决 Go 项目与 Java & Dubbo 项目的互通问题,同时也为 Go 项目提供了一种 RPC 与微服务

仓库地址:https://github.com/apache/dubbo-go(2.6K)

官方文档地址:https://dubbogo.github.io/dubbo-go-website/zh-cn/

 

附Go相关资源:

Go历届大会资料

https://github.com/gopherchina/conference
Go语言全套视频教程 基础+进阶+高级
https://www.bilibili.com/video/BV1jJ411c7s3
Gin框架
Goweb开发之Gin框架实战
https://www.bilibili.com/video/BV1xJ411M7kr
Beego框架
Goweb开发之Beego框架实战
https://www.bilibili.com/video/BV1y4411H7iV
Iris框架
Goweb开发之Iris框架实战
https://www.bilibili.com/video/BV1z4411h7Dw

区块链视频教程
区块链从入门到精通
https://www.bilibili.com/video/BV1Jb411E7Pc
3天精通Go密码学开发实战
https://www.bilibili.com/video/BV1s4411h784
区块链视频教程:

玩转区块链
https://www.bilibili.com/video/BV1Ws411j751
以太坊solidity智能合约实战
https://www.bilibili.com/video/BV1Gs411g7Zc

微服务视频教程
Go语言微服务框架学习实践
https://www.bilibili.com/video/BV1LJ411w7yW
Go语言微服务从入门到大师
https://www.bilibili.com/video/BV1nt411L7B5

Go社区
https://studygolang.com/
https://gocn.vip/

https://books.studygolang.com/gobyexample/
《Go语言圣经》
https://books.studygolang.com/gopl-zh/
《Go入门指南》
http://go.wuhaolin.cn/the-way-to-go/
《Go Web编程》
http://go.wuhaolin.cn/build-web-application-with-golang/
《Go高级编程》
https://www.gitbook.com/?utm_source=legacy&utm_medium=redirect&utm_campaign=close_legacy
《Go标准库》
https://studygolang.com/pkgdoc


国内博客
跟煎鱼学Go
https://eddycjy.gitbook.io/golang/
Go 语言设计与实现
https://draveness.me/golang/
https://qcrao.com/archives/
https://colobu.com/
https://geektutu.com/post/gee.html
Go夜读
https://talkgo.org/
https://mojotv.cn/404#Golang
菜鸟教程
https://www.runoob.com/go/go-tutorial.html

Github相关
https://github.com/lvgithub/go_blog
https://github.com/myself659/goflight/blob/master/zh-cn.md
https://github.com/avelino/awesome-go
https://github.com/enocom/gopher-reading-list
https://github.com/golang/go/wiki/Projects
https://github.com/golang/go/wiki/CodeReviewComments
https://github.com/golang/protobuf
https://github.com/nsqio/go-nsq
https://github.com/gobwas/ws
https://github.com/go-redis/redis
https://github.com/grpc/grpc-go
https://github.com/thockin/go-build-template
https://github.com/GoesToEleven/GolangTraining
https://github.com/uber-go/guide/blob/master/style.md


国外博客
https://gobyexample.com/
https://go.dev/
https://peteraba.com/blog/everything-you-need-to-know-to-start-with-go/

猜你喜欢

转载自blog.csdn.net/qq2942713658/article/details/112721577