6
Architectural Design Patterns
In the previous chapter, we covered behavioral patterns, patterns that help with object interconnection and algorithms. The next category of design patterns is architectural design patterns. These patterns provide a template for solving common architectural problems, facilitating the development of scalable, maintainable, and reusable systems.
In this chapter, we’re going to cover the following main topics:
- The Model-View-Controller (MVC) pattern
- The Microservices pattern
- The Serverless pattern
- The Event Sourcing pattern
- Other architectural design patterns
At the end of this chapter, you will understand how to build robust and flexible software using popular architectural design patterns.
Technical requirements ...
Get Mastering Python Design Patterns - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.