xxxxxxxxxx
Microservices Monolithic Architecture
Service Startup is fast Service startup takes time
Microservices are loosely coupled architecture. Monolithic architecture is mostly tightly coupled.
Changes done in a single data model does not affect other Microservices. Any changes in the data model affect the entire database
Microservices focuses on products, not projects Monolithic put emphasize over the whole project