源码地址:
https://github.com/happy-python/golang-micro
学习步骤:
- 了解什么是微服务以及微服务的优势
- 使用 Go Modules 管理依赖
- 初识 gRPC,protobuf
- 使用 go-micro 框架进行改造
- 使用 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/