
“Once again Saltmarch has knocked it out of the park with interesting speakers, engaging content and challenging ideas. No jetlag fog at all, which counts for how interesting the whole thing was.”
Cybersecurity Lead, PwC

“Very much looking forward to next year. I will be keeping my eye out for the date so I can make sure I lock it in my calendar.”
Software Engineering Specialist, Intuit

“Best conference I have ever been to with lots of insights and information on next generation technologies and those that are the need of the hour.”
Software Architect, GroupOn

“Happy to meet everyone who came from near and far. Glad to know you've discovered some great lessons here, and glad you joined us for all the discoveries great and small.”
Web Architect & Principal Engineer, Scott Davis

“Wonderful set of conferences, well organized, fantastic speakers, and an amazingly interactive set of audience. Thanks for having me at the events!”
Founder of Agile Developer Inc., Dr. Venkat Subramaniam

“What a buzz! The events have been instrumental in bringing the whole software community together. There has been something for everyone from developers to architects to business to vendors. Thanks everyone!”
Voltaire Yap, Global Events Manager, Oracle Corp.
When transitioning from a monolith to a modular monolith or microservices architecture, breaking apart the codebase is challenging, but handling data is even harder. The data model often determines how well the new architecture performs, scales, and evolves. This session explores the essential considerations for data modeling in distributed systems, focusing on the trade-offs between distributed and universal data models.
Attendees will learn how data ownership, consistency, and communication patterns shape the boundaries between services, and how the wrong data model can lead to coupling, duplication, or performance bottlenecks. Through practical examples, the talk highlights how to align data models with architectural goals to achieve scalability, flexibility, and clarity across teams.
What You Will Learn
The key differences between distributed and universal data models
How to design data models that align with modular and microservice architectures
Common pitfalls and strategies for managing data ownership and consistency
Who Should Attend
Software architects, data engineers, and developers involved in designing or refactoring distributed systems who want to make informed data modeling decisions for sustainable architecture.