-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<!-- | ||
* @Author: shgopher shgopher@gmail.com | ||
* @Date: 2024-09-14 13:02:10 | ||
* @LastEditors: shgopher shgopher@gmail.com | ||
* @LastEditTime: 2024-10-27 22:52:11 | ||
* @FilePath: /luban/系统设计基础/分布式/README.md | ||
* @Description: | ||
* | ||
* Copyright (c) 2024 by shgopher, All Rights Reserved. | ||
--> | ||
# 分布式 | ||
## 分布式理论 | ||
- [CAP](./分布式理论/CAP/README.md) | ||
- [BASE](./分布式理论/BASE/README) | ||
- [ACID](./分布式理论/ACID/README.md) | ||
## 分布式算法 | ||
- [paxos](./分布式算法/paxos/README.md) | ||
- [raft](./分布式算法/raft/README.md) | ||
- [一致性哈希](./分布式算法/一致性哈希/README.md) | ||
- [gossip](./分布式算法/gossip/README.md) | ||
- [quorumNWR](./分布式算法/quorumNWR/README.md) | ||
- [pbet](./分布式算法/pbet/README.md) | ||
- [pow](./分布式算法/pow/README.md) | ||
- [zab](./分布式算法/zab/README.md) | ||
## 分布式组件 | ||
- 分布式锁 | ||
- 分布式事务 | ||
- 分布式关系数据库 | ||
- [分布式缓存](./分布式组件/分布式缓存/README.md) | ||
- 分布式 nosql | ||
- 分布式消息队列 | ||
## 分布式关键技术 (来自于左耳听风) | ||
- [全栈监控](./分布式关键技术/全栈监控/README.md) | ||
- 服务调度 | ||
- 流量与数据调度 | ||
## 分布式系统设计模式 (来自于左耳听风) | ||
### 高性能 | ||
- [缓存设计](./分布式系统设计模式/高性能/缓存设计/README.md) | ||
- 异步处理 | ||
- 数据库扩展 | ||
- 秒杀 | ||
- 边缘计算 | ||
### 高可用 | ||
- [故障和弹力设计](./分布式系统设计模式/高可用/故障和弹力设计/README.md) | ||
- 隔离设计 | ||
- 异步通信设计 | ||
- 幂等性设计 | ||
- 服务的状态 | ||
- 补偿事务 | ||
- 重试设计 | ||
- 熔断设计 | ||
- 限流设计 | ||
- 降级设计 | ||
### 可扩展 | ||
- [分布式锁](./分布式系统设计模式/可扩展/分布式锁/README.md) | ||
- 配置中心 | ||
- sidecar | ||
- 服务网格 | ||
- 网关 | ||
- 部署升级策略 | ||
## 分布式实践 | ||
- [分布式协调与同步](./分布式实践/分布式协调与同步/README.md) | ||
- 分布式资源管理与负载调度 | ||
- 分布式计算技术 | ||
- 分布式通信技术 | ||
- 分布式数据存储 | ||
- 分布式高可靠 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
8 changes: 4 additions & 4 deletions
8
系统设计基础/分布式理论/分布式缓存/README.md → 系统设计基础/分布式/分布式组件/分布式缓存/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.