What’s MMS (Microservices)?
A microservice is a service with a design focus toward the smallest autonomous boundary
It’s built, deployed and run independently from other services
It manages its own information and how it communicates to/ from the outside world
It handles failures so that its information isn’t lost