Skip to content

Latest commit

 

History

History
 
 

distributed-system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Distributed System

  • 分布式系统
    • 为什么要进行系统拆分?
    • 分布式服务框架
    • 分布式锁
    • 分布式事务
      • ZooKeeper
    • 分布式会话
  • 高并发架构
  • 高可用架构
    • 如何设计一个高可用系统?
    • 限流
    • 熔断
    • 降级