Skip to content

Commit 80ff4d5

Browse files
author
brian-brewer
committed
EMM 2.0 Manifesto: vendor‑neutral graph metamodel for enterprise metadata management
- Add EMM 2.0 Manifesto and Phase I foundation - Open graph metamodel, universal metamodel, repo architectures (federated/standalone/hybrid/knowledge graph) - Aligned with Data Trust Manifesto; complements DTE with metadata foundation - MIT-licensed, community-driven - Tags: #EMM2Point0 #goodfirstissue
1 parent 0524d01 commit 80ff4d5

11 files changed

Lines changed: 2476 additions & 97 deletions

File tree

assets/emm2-logo.svg

Lines changed: 31 additions & 0 deletions
Loading

config.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = "https://datatrustmanifesto.org/"
22
languageCode = "en-us"
3-
title = "Data Trust Engineering"
3+
title = "Data Trust Engineering + EMM 2.0"
44

55
[params]
66
description = "Data Trust Engineering (DTE): Certify data systems for trust and AI-readiness. Join the #DataTrustCommunity!"
@@ -24,6 +24,7 @@ site_domain = "datatrustmanifesto.org"
2424
name = "Manifesto"
2525
url = "/Manifesto"
2626
weight = 2
27+
2728
[[menu.main]]
2829
name = "Trust Dashboard"
2930
url = "/tools/data-trust-dashboard/DTE_Trust_Dashboard"
@@ -37,6 +38,18 @@ site_domain = "datatrustmanifesto.org"
3738
url = "https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw"
3839
weight = 5
3940

41+
# Add EMM2.0.md to mounts
42+
[[module.mounts]]
43+
source = "docs/frameworks"
44+
target = "content/docs/frameworks"
45+
includeFiles = ["EMM2.0.md"]
46+
47+
# Fix the menu URL
48+
[[menu.main]]
49+
name = "Frameworks"
50+
url = "/docs/frameworks/EMM2.0/"
51+
weight = 3
52+
4053
# Disable Hugo's automatic sitemap generation
4154
[outputs]
4255
home = ["HTML"]

docs/frameworks/EMM2.0.md

Lines changed: 260 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)