Architecture Patterns with Python
This file is the Markdown table of contents for the local reference copy.
Front Matter#
Part 1#
- Part 1 Intro
- Chapter 1: Domain Model
- Chapter 2: Repository
- Chapter 3: Interlude: Abstractions
- Chapter 4: Service Layer
- Chapter 5: TDD in High Gear and Low Gear
- Chapter 6: Unit of Work
- Chapter 7: Aggregates
Part 2#
- Part 2 Intro
- Chapter 8: Domain Events and a Simple Message Bus
- Chapter 9: Going to Town on the MessageBus
- Chapter 10: Commands
- Chapter 11: External Events for Integration
- Chapter 12: CQRS
- Chapter 13: Dependency Injection