DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Microservices — not a silver bullet

4 years ago medium.com
Microservices — not a silver bullet

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com