Skip to content

Commit cf2c468

Browse files
committed
chore(dist): refine msr
1 parent 1c0777e commit cf2c468

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

dist/readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@
1111
2. y 轴: 将一个微服务拆成多个
1212
3. z 轴: 数据分片[分区]{比如地域上}
1313

14+
## 微服务(架构风格)
15+
16+
1. 关键特征
17+
18+
- 高度可维护和可测试性
19+
- 与其他服务松散耦合
20+
- 且可独立快速部署(持续交付)
21+
- 能够由一个小团队开发
22+
23+
2. 微服务前提
24+
25+
- 易于访问网关: 认证、授权
26+
- 快速配置计算资源
27+
- 基本监控
28+
- 快速部署
29+
- 易于配置存储
30+
- 标准化的 RPC
31+
1432
## todo
1533

1634
1. this will be splitted to another repo later

0 commit comments

Comments
 (0)