From Monolith to Microservices – Migrating a Persistence Layer
Thorben Janssen Thorben Janssen
39.7K subscribers
7,261 views
0

 Published On Apr 15, 2021

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-...

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

#Microservices #MonolithToMicroservices #Migration

show more

Share/Embed