Appearance
Go 语言高并发与微服务实战
第1章 云原生架构
1.2 云原生是什么 7
- <font style="color:#4A4A4A;">1.2.1 云原生出现的背景 7</font>
- <font style="color:#4A4A4A;">1.2.2 云原生的定义 8</font>
- <font style="color:#4A4A4A;">1.2.3 云原生与12因素 9</font>
1.3 云原生的基础架构 11
1.3.1 微服务 11
1.3.2 容器 12
1.3.3 服务网格 13
1.3.4 DevOps 14
第2章 微服务概述
- <font style="color:#4A4A4A;">2.4.1 设计微服务的困境 28</font>
- <font style="color:#4A4A4A;">2.4.2 解困之法:领域驱动设计(DDD) 29</font>
- <font style="color:#4A4A4A;">2.4.3 DDD的应用领域 30</font>
- <font style="color:#4A4A4A;">2.4.4 DDD领域划分 31</font>
- <font style="color:#4A4A4A;">2.4.5 微服务架构中的团队组织和管理 33</font>
第3章 Go语言基础
第4章 进阶——Go语言高级特性
- <font style="color:#4A4A4A;">实例4-3】使用带缓冲区的channel 91</font>
- <font style="color:#4A4A4A;">4.4.3 sync同步包 94</font>
- <font style="color:#4A4A4A;">5.3.4 返回响应体 111</font>
- <font style="color:#4A4A4A;">5.5.1 内存存储 116</font>
- <font style="color:#4A4A4A;">5.5.2 database/sql接口 118</font>
- <font style="color:#4A4A4A;">5.5.3 关系数据库存储(MySQL) 118</font>
- <font style="color:#4A4A4A;">5.5.4 Nosql数据库存储(MongoDB) 120</font>
- <font style="color:#4A4A4A;">7.1.3 通信协议制定 168</font>
- <font style="color:#4A4A4A;">7.1.4 出错和超时处理 170</font>
- <font style="color:#4A4A4A;">7.1.5 通用RPC接口 171</font>
更新: 2021-02-28 11:40:36
原文: https://www.yuque.com/u3641/dxlfpu/egyg3y