Architectural and Integration Patterns
• Dehghani, Z. (Expected to be published in 2022). Data Mesh: Delivering Data- Driven Value at Scale. Boston: O’Reilly.
Zhamak Dehghani is the author of the data mesh pattern that we discussed in Chapter 16. In this book, Dehghani explains the principles behind the data man‐ agement architecture, as well as how to implement the data mesh architecture in practice.
• Fowler, M. (2002). Patterns of Enterprise Application Architecture. Boston: Addison-Wesley.
The classic application architecture patterns book that I quoted multiple times in Chapter 5 and Chapter 6. This is the book in which the transaction script, active record, and domain model patterns were originally defined.
• Hohpe, G., & Woolf, B. (2003). Enterprise Integration Patterns: Designing, Build‐ ing, and Deploying Messaging Solutions. Boston: Addison-Wesley.
Many of the patterns discussed in Chapter 9 were originally introduced in this book. Read this book for more component integration patterns.
• Richardson, C. (2019). Microservice Patterns: With Examples in Java. New York: Manning Publications.
In this book, Chris Richardson provides many detailed examples of patterns often used when architecting microservices-based solutions. Among the dis‐ cussed patterns are saga, process manager, and outbox, which we discussed in Chapter 9.