{% extends "base.html" %} {% block title %}Data Mesh Domains — ICDEV{% endblock %} {% block content %}
Data Mesh Overview Domains Products Contracts Governance CSP

Domain Registry

Federated data domains — ownership, maturity, and bounded context mapping for the Data Mesh.

{% include "includes/iqe_query_widget.html" %}
{% if domains %} {% for d in domains %}
{{ d.name }}
{{ maturity_map.get(d.maturity_level | default(0) | int, 'Initial') }}
{% if d.owner_team or d.owner %}
Owner: {{ d.owner_team or d.owner }}
{% endif %} {% if d.owner_email %}
{{ d.owner_email }}
{% endif %}
Products
Contracts
Policies
{% endfor %} {% else %}
No domains yet
Click + New Domain to register your first data domain.
{% endif %}
{% endblock %}