The road to microservices · Romain Vernoux - Deepstash
The road to microservices · Romain Vernoux

The road to microservices · Romain Vernoux

Curated from: romain.vernoux.fr

Ideas, facts & insights covering these topics:

4 ideas

·

335 reads

4

Explore the World's Best Ideas

Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.

Monolith Architect

Monolith Architect

In monolithic architectures, all features are implemented in a single codebase, with no visible modularization of the code. Objects reference each other in complex and intricate ways, making the code hard to read, understand and maintain:

6

101 reads

Modular Monoli

Modular Monoli

modules or packages following the functional boundaries, with few dependencies (imports and method calls) between them. Some people call this a modular monolith :

6

93 reads

Microservices

Microservices are “just” one step further, splitting again each of the codebases into smaller parts:

Finding the boundaries here is a bit trickier, as architects must deep-dive into the model to find (or create) meaningful seams. But we will talk about that later.

7

73 reads

Features Of Microservices

Features Of Microservices

Microservices allow for multiple scaling strategies, which can even be combined:

  • vertical scaling: memory and CPUs are added to make things go faster
  • horizontal scaling: the load is shared between multiple identical instances behind a load balancer
  • sharding: the load is routed to a different instance depending on the data it needs to access
  • functional decomposition: the service is split into smaller services with technologies and scaling strategies specific for each kind of load

7

68 reads

IDEAS CURATED BY

Mausam Adhikari's ideas are part of this journey:

Back to School Basics for Parents

Learn more about computerscience with this collection

How to communicate effectively with teachers

How to create a supportive learning environment at home

How to manage your child's school schedule and activities

Related collections

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Personalized microlearning

100+ Learning Journeys

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates