Objective is to provide a stricture of content – kind of memory map that induces interaction/promption !
Introduction – micro-services breaks the monolith architect into small services that are more manageable and serves a single business process (e.g Notification or billing or payment), it adds to agility to development process and releases – less dependency o other code that we are not modifying.
As compared to monolith
Micro-services provides agility in development as compared to monolith but does introduces more added steps for communication , but because the microservies advantages weighs more than it’s cons conapred to monolith . so microserces is a preferred way of development
Number of Steps involved in making/implementing the microservies working –
- Creating the micro-services (for details refer corresponding section)
- Locating the micro-services (for details refer corresponding section)
MServices Design pattern