书中包括三个部分,分别是Patterns,Guidance以及Related Readings。
- Patterns中主要描述的是一些设计模式
- Guidance中主要描述的是一些云设计中可能碰到的一些问题以及解决方案的权衡
- Related Readings中主要是Guidance和Pattens中涉及到的部分知识点
- Patterns
- Cache-Aside Pattern
- Circuit-Breaker Pattern
- Compensating-Transaction Pattern
- Competing-Consumers Pattern
- Compute Resource Consolidation Pattern
- Command and Query Responsibility Segregation Pattern
- Event Sourcing Pattern
- External Configuration Store Pattern
- Federated Identity Pattern
- Gatekeeper Pattern
- Health-Endpoint Monitoring Pattern
- Index Table Pattern
- Leader Election Pattern
- Materialized-View Pattern
- Pipes and Filters Pattern
- Priority-Queue Pattern
- Queue-Based Load Leveling Pattern
- Retry Pattern
- Runtime Reconfiguration Pattern
- Sagas Pattern
- Scheduler Agent Supervisor Pattern
- Sharding Pattern
- Static Content Hosting Pattern
- Throttling Pattern
- Valet Key Pattern
- Guidance
- Related Readings