Go 微服务实践

作者: 与蟒唯舞 | 来源:发表于2019-10-11 17:58 被阅读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

    相关文章

      网友评论

        本文标题:Go 微服务实践

        本文链接:https://www.haomeiwen.com/subject/mujxmctx.html