Microservices Patterns: With examples in Java
β Scribed by Chris Richardson
- Publisher
- Manning Publications
- Year
- 2018
- Tongue
- English
- Leaves
- 522
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks.
About the Technology
Successfully developing microservices-based applications requires mastering a new set of architectural insights and practices. In this unique book, microservice architecture pioneer and Java Champion Chris Richardson collects, catalogues, and explains 44 patterns that solve problems such as service decomposition, transaction management, querying, and inter-service communication.
About the Book
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.
What's inside
β’ How (and why!) to use the microservice architecture
β’ Service decomposition strategies
β’ Transaction management and querying patterns
β’ Effective testing strategies
β’ Deployment patterns including containers and serverlessices
About the Reader
Written for enterprise developers familiar with standard enterprise application architecture. Examples are in Java.
About the Author
Chris Richardson is a Java Champion, a JavaOne rock star, author of Manning's POJOs in Action, and creator of the original CloudFoundry.com.
β¦ Table of Contents
- Escaping monolithic hell
- Decomposition strategies
- Interprocess communication in a microservice architecture
- Managing transactions with sagas
- Designing business logic in a microservice architecture
- Developing business logic with event sourcing
- Implementing queries in a microservice architecture
- External API patterns
- Testing microservices: part 1
- Testing microservices: part 2
- Developing production-ready services
- Deploying microservices
- Refactoring to microservices
β¦ Subjects
Java; Asynchronous Programming; Microservices; Deployment; Design Patterns; Testing; Refactoring; Kubernetes; Containerization
π SIMILAR VOLUMES
About this book Take your distributed applications to the next level and see what the reference architectures associated with microservices can do for you. This book begins by showing you the distributed computing architecture landscape and provides an in-depth view of microservices architecture.
Microservices are responsible for very tightly focused capabilities that are part of a more complex server-side software system. Microservices, when done well, are malleable, scalable, resilient, and allow a short lead time from start of implementation to deployment to production. When using microse
Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: A Solution Approach; Evolution of Γ¦Services; Monolithic architecture overview; Limitation of monolithic architecture versus its solution with Γ¦Services; One dimension scalability