Category: Data

NOTE: Kindly use this blog to learn about basics of microservices architecture and considerations before opting for it; and not as guide to transition to it. Microservices — also known as the microservice architecture — is an architectural style that structures an application as a collection of services that are The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications.

For example if every call to a service results in call from that service to another service to satisfy the requirement, it may make sense to club them together.

One possible approach to do it is- Event driven microservices to ensure eventual consistency of the data.

Related Articles