Data mesh overview
erDiagram
DataDomain ||--o{ DataDomain : SubDomains
DataDomain ||--o{ DataProduct : contains
DataProduct }o--o{ Asset : contains
DataProduct }o--o{ Asset : OutputPort
- Data domains are a way to group data products together, for example by business area. Data domains themselves can be organized in a hierarchical structure of subdomains.
- Data products are a way to group assets together. They both define the assets included in the product, as well as the assets that can be used to consume the product (as output ports).