Skip to content

Commit 0524d01

Browse files
author
brian-brewer
committed
Docs Added DTE InfoGraphic
1 parent 30685d5 commit 0524d01

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Hugo static site generator
2-
public/
32
resources/_gen/
43
.hugo_build.lock
54
content/
@@ -85,3 +84,4 @@ evals/artifacts/tmp/*
8584
dist/
8685
build/
8786
.eggs/
87+
public/

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This repo hosts the **Manifesto**, **Patterns**, and the **Trust Dashboard** MVP
3434

3535
- 🌐 **Site**: https://datatrustmanifesto.org/
3636
- 📜 **Manifesto**: [Manifesto.md](Manifesto.md)
37-
- 🧭 **Patterns**: [docs/patterns/README.md](docs/patterns/README.md)
37+
- 🧭 **Patterns and Samples**: [docs/patterns/README.md](docs/patterns/README.md)
3838
- 📊 **Trust Dashboard(s)**: [tools/data-trust-dashboard](tools/data-trust-dashboard)
3939

4040
## Follow & Join
@@ -48,6 +48,15 @@ This repo hosts the **Manifesto**, **Patterns**, and the **Trust Dashboard** MVP
4848

4949
**Data Trust Engineering (DTE)** is a community-driven approach that empowers data teams to build trusted, AI-ready systems through practical engineering patterns and open-source collaboration. Born from the *Data Trust Engineering Manifesto*, DTE provides actionable frameworks for certifying data systems by use case, risk, and value, blending DataOps principles with hands-on implementation. Our first artifact, the **DTE Trust Dashboard**, demonstrates real-time data and AI trust monitoring—more tools are coming from our community! Join us at [datatrustmanifesto.org](https://datatrustmanifesto.org) and fuel the #DataTrustCommunity.
5050

51+
<div style="text-align: center; margin: 2rem auto; max-width: 1200px;">
52+
<img src="assets/DTE-Diagram4.png"
53+
alt="DTE Diagram - Data and Application Modernization"
54+
style="width: 100%; max-width: 1000px; height: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
55+
<figcaption style="margin-top: 1rem; font-style: italic; color: #666; font-size: 0.9rem;">
56+
Data Trust Engineering Data and Application Moderniztion: From data sources through AI assurance with community-driven patterns
57+
</figcaption>
58+
</div>
59+
5160
## Why DTE?
5261

5362
Traditional data governance often struggles with complexity, conflating compliance requirements with technical data management and creating barriers for engineering teams. Organizations face challenges when AI models encounter data quality issues or when scaling data trust across cloud environments. DTE addresses these practical challenges through:

0 commit comments

Comments
 (0)