Categories
Design patterns Microservices

Database per service microservice design pattern

In a microservices software architecture, 90% of the problems relate to data management between services.
In this post we see the summary of one of the design patterns that concern these issues: the database for service design pattern.