In this chapter, we explored operational patterns, performance and scalability patterns, and management and monitoring patterns. We also looked at why we should use these operational patterns and how to evaluate the best use for them.
On the topic of performance and scalability patterns, we looked at performance and scalability patterns such as cache-aside, CQRS, event sourcing, index table, materialized view, and sharding. Then, we explained each pattern's concept, what the benefits of it are, and when to implement it. We are now familiar with the techniques required for increasing the performance of an enterprise application, as well as how to make the application scalable.
On the topic of management and monitoring patterns, we explored management and monitoring patterns such as ambassador patterns, health endpoint monitoring patterns, and external...