Go 微服务实践

Go 微服务实践_第1张图片
整体架构图

源码地址:
https://github.com/happy-python/golang-micro

学习步骤:

  1. 了解什么是微服务以及微服务的优势
  2. 使用 Go Modules 管理依赖
  3. 初识 gRPC,protobuf
  4. 使用 go-micro 框架进行改造
  5. 使用 docker 容器化服务

参考资料:
https://www.yinzige.com/2018/05/10/microservices-part-1-introduction-and-consignment-service/

https://blog.dingkewz.com/post/tech/go_ewan_microservices_in_golang_part_1/

https://www.bookstack.cn/read/microservices-in-golang/0.md

https://github.com/micro/examples/tree/master/greeter

你可能感兴趣的:(Go 微服务实践)