MENU

Fun & Interesting

From Monolith to Microservices – Migrating a Persistence Layer

Thorben Janssen 8,220 lượt xem 4 years ago
Video Not Working? Fix It Now

Since microservices have become popular, teams are trying to split their monolithic application into a set of small, independent, and highly-scalable microservices. In theory, that often seems like an easy task. You only need to follow the key principles of domain-driven design, identify the bounded contexts in your application, and extract each of them as a microservice.

As so often, the implementation quickly gets much more complicated than it seemed. There are always some use cases that require data from otherwise completely independent services. And some write operations need to ensure data consistency while adding or updating information in multiple services.

In this video, I will show you how to split a monolithic persistence layer into the persistence layers of multiple, independent microservices.

Like my channel? Subscribe!
➜ http://bit.ly/2cUsid8

Join the free Member Library:
https://goo.gl/dtyIIC

Read the accompanying post: https://thorben-janssen.com/monolith-to-microservices-persistence-layer/

Want to connect with me?
Blog: https://thorben-janssen.com/
Twitter: https://twitter.com/thjanssen123
Facebook: https://www.facebook.com/thorbenjanssenofficial
Linkedin: https://www.linkedin.com/in/thorbenjanssen

#Microservices #MonolithToMicroservices #Migration

Comment