# Data Mesh

1. what is a [data mesh](https://databricks.com/session_na20/data-mesh-in-practice-how-europes-leading-online-platform-for-fashion-goes-beyond-the-data-lake)? and in practice.

2. Zhamak Dehghani
   1. [Introduction to Data Mesh](https://www.youtube.com/watch?v=_bmYXWCxF_Q)
   2. [how to move from data lake to distributed data mesh](https://martinfowler.com/articles/data-monolith-to-mesh.html)
   3. [principles and logical architecture](https://martinfowler.com/articles/data-mesh-principles.html)
   4. (good) [Keynote - Data Mesh by Zhamak Dehghani](https://www.youtube.com/watch?v=L_-fHo0ZkAo) (oltp->etl->olap is broken)
   5. [lessons from the trenches](https://www.youtube.com/watch?v=Nw_bxIyR1L0)

3. [lake vs mesh, he probably means fabric vs mesh](https://medium.com/codex/data-lakehouse-vs-data-mesh-bfa1132f94b)

4. [data mesh 101](https://www.youtube.com/watch?v=hgKOpEQaqdY\&list=PLa7VYi0yPIH0L8ahQYbyBFkGc6a949-Lj\&index=10) - by confluent

5. (good) [mesh topologies](https://towardsdatascience.com/data-mesh-topologies-and-domain-granularity-65290a4ebb90) - by Piethein Strengholt<br>

   <figure><img src="/files/iBSJG7p4y8ZIrPWSk7Ta" alt=""><figcaption></figcaption></figure>

6. [Data Mesh & MLOps using a data platform.](https://medium.com/swlh/building-a-data-platform-to-enable-analytics-and-ai-driven-innovation-1bd95e37efb9)

7. [Explained](https://medium.com/@david.c.dupuis/data-mesh-explained-a95b6ae50878)

8. [The next gen of architecture](https://datagrad.medium.com/data-mesh-transition-to-next-generation-of-data-architecture-832c4bc27e9f)

9. [how not to mesh it - monte carlo](https://www.montecarlodata.com/blog-what-is-a-data-mesh-and-how-not-to-mesh-it-up/)

10. [building data mesh using lake house approach](https://www.youtube.com/watch?v=YPYODx4Pfdc) by aws

11. [enterprise data mesh by oracle](https://www.oracle.com/a/ocom/docs/datamesh-ebook.pdf)

12. [deconstructing data mesh principles](https://medium.com/slalom-data-ai/data-mesh-232e50f42e66)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.opscompendium.com/dataops/data-mesh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
