Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micro services vs Monoliths: Choosing the correct level of decomposition with moduliths #582

Open
sh-aps opened this issue Jan 19, 2025 · 0 comments

Comments

@sh-aps
Copy link
Collaborator

sh-aps commented Jan 19, 2025

Over the past decade, microservices have garnered significant interest, leading many companies to transition from traditional monolithic architectures to microservices. However, this shift has also highlighted some challenges, particularly related to the degree of service decomposition.Choosing the right level of decomposition is crucial: too coarse, and you might as well stick with a monolithic architecture; too fine, and you risk creating a distributed monolith with unmanageable services.In this talk, the speaker will explore the risks associated with both extremes and offer guidelines to help determine the appropriate level of decomposition for your services. Ultimately, the choice between monolithic and microservice architectures may lead to a balanced approach known as majestic modular monoliths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant