9 Comments
User's avatar
Dev Leader's avatar

Thanks for the shout out 🙂💪

Expand full comment
Raul Junco's avatar

Anytime, Sir.!

Expand full comment
Ashish Pratap Singh's avatar

Great article Raul!

Thanks for sharing practical strategies on how to split the database while migrating from monolith to micro-services architecture.

Expand full comment
Raul Junco's avatar

Thanks so much, Ashish!

Expand full comment
Daniel Moka's avatar

There are always challenges when it comes to database splits and migrations, but you laid down solid approaches for that. Awesome article, my friend!

Expand full comment
Raul Junco's avatar

Thanks, Daniel!!!

Expand full comment
Dixyantar Panda's avatar

Isn’t this a function of DDD?

Expand full comment
Saurabh Dashora's avatar

Great step-by-step approach to a critical scalability challenge Raul.

Planning is one of the most important steps to migrating a database. Too often, projects don't spend enough time on that part and just jump into using fancy solutions.

Also, thanks for the shoutout👊

Expand full comment
Sudhanshu Shekhar's avatar

You brought forward and important aspect of moving from monolith to microservices . Creating schemas based on domain is absolutely necessary and that is why they exist however I have seen many places where people use the default dbo schema in SQL or public schema for Postgres which should be avoided.

Thank you Raul !

Expand full comment