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.
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.
Thanks for the shout out 🙂💪
Anytime, Sir.!
Great article Raul!
Thanks for sharing practical strategies on how to split the database while migrating from monolith to micro-services architecture.
Thanks so much, Ashish!
There are always challenges when it comes to database splits and migrations, but you laid down solid approaches for that. Awesome article, my friend!
Thanks, Daniel!!!
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👊
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 !