Jump to ratings and reviews
Rate this book

Microservice Patterns and Best Practices: Explore patterns like CQRS and event sourcing to create scalable, maintainable, and testable microservices

Rate this book
Explore the concepts and tools you need to discover the world of microservices with various design patterns

Key FeaturesGet to grips with the microservice architecture and build enterprise-ready microservice applicationsLearn design patterns and the best practices while building a microservice applicationObtain hands-on techniques and tools to create high-performing microservices resilient to possible failsBook DescriptionMicroservices are a hot trend in the development world right now. Many enterprises have adopted this approach to achieve agility and the continuous delivery of applications to gain a competitive advantage. This book will take you through different design patterns at different stages of the microservice application development along with their best practices.

Microservice Patterns and Best Practices starts with the learning of microservices key concepts and showing how to make the right choices while designing microservices. You will then move onto internal microservices application patterns, such as caching strategy, asynchronism, CQRS and event sourcing, circuit breaker, and bulkheads. As you progress, you'll learn the design patterns of microservices.

The book will guide you on where to use the perfect design pattern at the application development stage and how to break monolithic application into microservices. You will also be taken through the best practices and patterns involved while testing, securing, and deploying your microservice application. At the end of the book, you will easily be able to create interoperable microservices, which are testable and prepared for optimum performance.

What you will learnHow to break monolithic application into microservicesImplement caching strategies, CQRS and event sourcing, and circuit breaker patternsIncorporate different microservice design patterns, such as shared data, aggregator, proxy, and chainedUtilize consolidate testing patterns such as integration, signature, and monkey testsSecure microservices with JWT, API gateway, and single sign onDeploy microservices with continuous integration or delivery, Blue-Green deploymentWho this book is forThis book is for architects and senior developers who would like implement microservice design patterns in their enterprise application development. The book assumes some prior programming knowledge.

Table of ContentsUnderstanding the Microservice Concepts The Microservice Tools Internal Patterns Microservice Ecosystem Shared Data Microservice Design Pattern Aggregator Microservice Design Pattern Proxy Microservice Design Pattern Chained Microservice Design PatternBranch Microservice Design Pattern Asynchronous Messaging MicroserviceMicroservices Working Together Testing Microservices Monitoring Security and Deployment

368 pages, Kindle Edition

Published January 31, 2018

21 people are currently reading
63 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
3 (13%)
4 stars
7 (31%)
3 stars
6 (27%)
2 stars
5 (22%)
1 star
1 (4%)
Displaying 1 - 2 of 2 reviews
Profile Image for Marcelio Leal.
31 reviews2 followers
May 10, 2020
It's a beginer book. It would recommend if you want to understand only the big picture of microservices. It cover the most important concepts related to that and at the same time show a practical application, applying some of these concepts.
When you are starting, it's important to see the theory in something real. Beyond that, the author uses Python and Go as languages, this is really nice, because both are simple languages and it enable you see complete examples.
5 reviews1 follower
April 24, 2022
I had high expectations because of its title. But there are a lot of unnecessary code examples like CRUD operations, how to create Dockerfile etc. It should have covered some topics more like Event-Driven Architecture, CQRS, Eventual consistency, etc. Important topics are covered with a few lines, the less important topics are covered for pages. Good for beginners to understand concepts but I do not recommend it for mid/expert people.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.