0%

Book Description

Microservices Patterns teaches you how to develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for writing services and composing them into systems that scale and perform reliably under real-world conditions. More than just a patterns catalog, this practical guide offers experience-driven advice to help you design, implement, test, and deploy your microservices-based application.

Table of Contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Preface
  5. Acknowledgments
  6. About this book
  7. About the cover illustration
  8. Chapter 1. Escaping monolithic hell
  9. Chapter 2. Decomposition strategies
  10. Chapter 3. Interprocess communication in a microservice architecture
  11. Chapter 4. Managing transactions with sagas
  12. Chapter 5. Designing business logic in a microservice architecture
  13. Chapter 6. Developing business logic with event sourcing
  14. Chapter 7. Implementing queries in a microservice architecture
  15. Chapter 8. External API patterns
  16. Chapter 9. Testing microservices: Part 1
  17. Chapter 10. Testing microservices: Part 2
  18. Chapter 11. Developing production-ready services
  19. Chapter 12. Deploying microservices
  20. Chapter 13. Refactoring to microservices
  21. Index
  22. List of Figures
  23. List of Tables
  24. List of Listings