Golang 学习笔记Golang

Go 微服务实践

2019-10-11  本文已影响0人  与蟒唯舞
整体架构图

源码地址:
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://github.com/micro/examples/tree/master/greeter

上一篇下一篇

猜你喜欢

热点阅读