
What are microservices?
The microservices pattern language is your guide when designing an architecture: service collaboration, testing, deployment, common crosscutting concerns and more.
Microservices Pattern: Microservice Architecture pattern
I appreciate how you highlighted the benefits of microservices, such as increased scalability and faster development cycles, while also addressing the potential challenges involved. Your …
A pattern language for microservices
Hi there! I'm looking to learn how to build multi-tenant microservices. Can you recommend some resources?
Adopt the Microservice Architecture
Write some code - Use the Eventuate.io platform with popular frameworks, such as Spring Boot to tackle distributed data management challenges in your microservices architecture.
Microservices presentations
In this presentation, I describe how dark energy and dark matter are excellent metaphors for the competing forces (a.k.a. concerns) that must be resolved by the microservices pattern language.
About the microservices rules: what good looks like
The 11 microservices rules are a great checklist that engineering leaders can use to assess the state of their organization, its delivery practices and its application’s architecture and keep …
Pattern: Transactional outbox - Microservices
Using this pattern and thinking in microservices, once each service has its own database, should I have an Outbox table in each service database or should I have a common (centralized) …
Architectural patterns for modular monoliths that enable fast flow
Sep 9, 2024 · Contact me for information about consulting and training at your company. The MEAP for Microservices Patterns 2nd edition is now available In this article, I describe three …
How modular can your monolith go? Part 6 - Microservices
Nov 13, 2023 · Specifically, you use microservices instead of a monolith because it better resolves one or more of the dark energy forces. For example, improved team autonomy, faster …
Assemblage overview: step 3 - defining a service ... - Microservices
Oct 17, 2023 · The MEAP for Microservices Patterns 2nd edition is now available Step 1 of the Assemblage definition process distills the requirements into a set of system operations that …