Skip to content

Commit

Permalink
chore(dist): refine msr
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice52 committed Apr 22, 2024
1 parent 1c0777e commit cf2c468
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions dist/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@
2. y 轴: 将一个微服务拆成多个
3. z 轴: 数据分片[分区]{比如地域上}

## 微服务(架构风格)

1. 关键特征

- 高度可维护和可测试性
- 与其他服务松散耦合
- 且可独立快速部署(持续交付)
- 能够由一个小团队开发

2. 微服务前提

- 易于访问网关: 认证、授权
- 快速配置计算资源
- 基本监控
- 快速部署
- 易于配置存储
- 标准化的 RPC

## todo

1. this will be splitted to another repo later
2 changes: 1 addition & 1 deletion oauth

0 comments on commit cf2c468

Please sign in to comment.