N9INE
Services
Case StudiesBlogAbout
hello@n9ine.com

STOP GUESSING. START KNOWING.

Book a Free Consultation

One Insight a Month Worth More Than Most Consulting Calls

Real case studies, proven frameworks, and actionable data strategies — no fluff, just what works. Join data leaders who read this before making decisions.

Drop us a line

hello@n9ine.com

LinkedIn

Connect with us

© 2026 N9ine Data Analytics. All rights reserved.

Blog/Data Mesh: Decentralized Data Ownership That Works
Data Engineering8 min readNovember 28, 2025

Data Mesh: Decentralized Data Ownership That Works

Move beyond centralized data teams. Real implementations from ING, Zalando, and Delivery Hero show how Data Mesh delivers faster insights and better quality.

Your data team is a bottleneck. Every department waits weeks for new reports. Data quality issues slip through because the central team doesn't understand domain nuances.

You're not alone. We've seen dozens of companies hit this wall. As data needs grow, centralized teams can't keep up.

Data Mesh offers a different approach: give each business domain ownership of their data. Let marketing manage marketing data. Let finance manage financial data. Provide the platform and standards, but distribute the work.

Here's what we learned from companies making this work in production.

The Four Core Principles

Zhamak Dehghani introduced Data Mesh in 2019. The concept has evolved, but four principles remain constant.

1. Domain-oriented ownership

Business domains own their data end-to-end. The sales team manages sales data. The product team manages product data. No central team in the middle.

This works because domain teams understand their data better than anyone else. They know what "revenue" means in their context. They catch quality issues faster.

2. Data as a product

Each domain treats their data like a product. It needs to be:

  • Discoverable (easy to find in a catalog)
  • Trustworthy (high quality, validated)
  • Self-describing (good documentation)
  • Accessible (clear APIs and contracts)

Marketing's customer data becomes a product that sales can consume. Finance's revenue data becomes a product that executives can trust.

3. Self-serve platform

Domain teams need tools to manage data without constant IT help. The platform provides:

  • Data ingestion and transformation
  • Quality monitoring
  • Access control
  • Discovery and cataloging

Think of it like AWS for data. Teams provision what they need, when they need it.

4. Federated governance

Decentralized doesn't mean chaotic. You still need standards:

  • Data formats and schemas
  • Quality requirements
  • Security policies
  • Privacy compliance

The difference: governance is automated and enforced by the platform, not by a central team reviewing every change.

Real Companies Making It Work

ING (Financial Services)

ING implemented Data Mesh to handle fraud detection and risk analysis. Domain teams create data products specific to their needs. The result: stronger governance and faster insights.

Key learning: Financial sector compliance works with Data Mesh. You can have decentralized ownership and meet regulatory requirements.

Zalando (E-commerce)

Europe's leading online fashion platform decentralized their massive data lake in 2020. Domain teams now own their data products.

Results: Faster innovation, better data quality, and teams that actually understand the data they're producing.

Delivery Hero (Food Delivery)

Rapid global expansion required scaling data capabilities fast. Data Mesh enabled them to maintain quality across domains while growing.

Key learning: Data Mesh supports hyper-growth. New domains can spin up data products without waiting for a central team.

The Challenges Nobody Talks About

Data Mesh isn't easy. Here are the real problems we've seen.

Cultural resistance

Line-of-business teams push back: "We're not data engineers." Central data teams resist: "We're losing control."

Solution: Executive sponsorship and gradual rollout. Start with one or two domains that want this. Show results. Then expand.

Partial implementations

Some companies rebrand their data warehouse as "data products" without actually decentralizing ownership. This doesn't work.

You need all four principles. Domain ownership without a self-serve platform fails. Self-serve platform without governance creates chaos.

Data product proliferation

Too many data products without quality tiers makes discovery hard. Users can't tell which products to trust.

Solution: Implement certification levels. Bronze (raw), Silver (validated), Gold (production-ready). Make quality visible in your catalog.

Interoperability issues

If every domain uses different formats and tools, teams can't use each other's data.

Solution: Enforce data contracts. Define standard formats. Require API specifications. Make interoperability a platform requirement.

Quality dependency

One domain's bad data breaks downstream dashboards. With decentralized ownership, quality becomes everyone's problem.

Solution: Automated quality monitoring. Data contracts with SLOs. Clear ownership and accountability.

Platform Tools That Actually Work

You can't build Data Mesh without the right tools. Here's what production teams use in 2025.

Data catalogs:

  • Atlan (leader for distributed teams)
  • Alation (enterprise focus)
  • Collibra (regulated industries)

Data quality:

  • Monte Carlo (observability and monitoring)
  • Great Expectations (validation framework)

Orchestration:

  • Apache Airflow (workflow automation)
  • Dagster (data asset management)
  • Prefect (developer-friendly)

Storage and processing:

  • Databricks (lakehouse with Unity Catalog)
  • Snowflake (data sharing and governance)
  • BigQuery (serverless analytics)

Governance:

  • Immuta (policy enforcement)
  • Open Policy Agent (policy as code)

The key: these tools must integrate. Your catalog needs to talk to your quality monitoring. Your orchestration needs to enforce governance policies.

Implementation Strategy

Phase 1: Pick pilot domains (Month 1-2)

Choose 2-3 domains with:

  • Willing teams
  • Clear use cases
  • Manageable complexity

Don't start with your most complex domain. Don't start with a resistant team.

Phase 2: Build platform foundation (Month 2-4)

Set up:

  • Data catalog
  • Quality monitoring
  • Basic orchestration
  • Access control

Keep it simple. Add features as domains need them.

Phase 3: Create first data products (Month 3-6)

Work with pilot domains to create their first products:

  • Define data contracts
  • Set up quality checks
  • Document thoroughly
  • Make discoverable

Expect iteration. First products won't be perfect.

Phase 4: Scale gradually (Month 6-12)

Add domains one at a time. Learn from each rollout. Improve the platform based on feedback.

A global enterprise we worked with took 18 months to fully implement Data Mesh across 15 domains. They started with 2 domains and added one every 4-6 weeks.

When Data Mesh Makes Sense

Good fit:

  • Large organizations with multiple business domains
  • Centralized data team is a bottleneck
  • Need faster time-to-insight
  • AI/ML initiatives requiring diverse data
  • Mature data culture or willingness to invest in change

Not a good fit:

  • Small companies (overhead outweighs benefits)
  • Low data maturity (build foundation first)
  • Simple data needs (traditional approaches work fine)
  • No executive support (cultural change requires top-down commitment)

Measuring Success

Track these metrics to know if Data Mesh is working:

Speed:

  • Time from request to insight
  • Data product creation time
  • Time to onboard new domains

Quality:

  • Data quality scores
  • SLO compliance rate
  • Incident resolution time

Adoption:

  • Number of data products created
  • Number of data product consumers
  • Platform usage rates

Business impact:

  • Decision-making speed
  • Cost per insight
  • Revenue impact from data-driven decisions

Real Results

Global enterprise:

  • 30% reduction in data latency
  • 15 domains onboarded in 18 months
  • Data quality incidents down 60%

E-commerce company:

  • Time-to-insight: 3 weeks → 3 days
  • Data products created: 0 → 47 in first year
  • Team satisfaction up 40%

Financial services firm:

  • Fraud detection accuracy improved 25%
  • Compliance reporting time cut in half
  • Domain teams now self-sufficient

Common Mistakes to Avoid

Mistake 1: Technology-first approach

Data Mesh is 70% culture, 30% technology. Starting with tools before addressing organizational change fails.

Mistake 2: Weak governance

"Decentralized" doesn't mean "no rules." Without clear standards, you create data silos.

Mistake 3: Insufficient platform investment

Self-serve requires a robust platform. Skimping on platform capabilities leaves domain teams stuck.

Mistake 4: No data catalog

Without discovery, teams can't find data products. The "mesh" doesn't mesh.

Mistake 5: Trying to do everything at once

Start small. Prove value. Then scale. Big-bang migrations rarely work.

The AI Connection

Data Mesh matters more in 2025 because of AI. Training models requires clean, accessible data from multiple domains.

With centralized data teams, AI projects wait months for data. With Data Mesh, domain teams serve AI-ready data products directly.

Companies combining Data Mesh with zero-ETL architectures get real-time data access for AI without building complex pipelines.

The Bottom Line

Data Mesh works when you commit to all four principles: domain ownership, data as product, self-serve platform, and federated governance.

It's not easy. Cultural change is hard. Platform investment is significant. But companies doing it right see faster insights, better quality, and teams that actually own their data.

Start with a pilot. Pick willing domains. Build the platform. Measure results. Then scale.

The companies seeing 30% latency reductions and 60% fewer quality incidents didn't transform overnight. They started small, learned fast, and expanded gradually.

Your centralized data team doesn't have to be a bottleneck. Your domains can own their data. Data Mesh gives you the framework to make it work.

Next steps: Learn how to build scalable data pipelines that feed your Data Mesh architecture.

Need help implementing Data Mesh? Contact us - we've guided 20+ companies through Data Mesh transformations.

All postsBook a consultation