Skip to content

Commit abf51cc

Browse files
author
brian-brewer
committed
Add DTE Trust Dashboard (README.md, app.py, instructions.md, requirements.txt, DTE_Trust_Dashboard.html); update .gitignore to exclude venv and temporary files; include Hugo site (config.toml, layouts/, static/css/) and DTE project files (LICENSE, Manifesto.md, community/, docs/); remove deprecated site/ files
1 parent e6b96ef commit abf51cc

File tree

22 files changed

+1218
-263
lines changed

22 files changed

+1218
-263
lines changed

.gitignore

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Hugo static site generator
2+
public/
3+
resources/_gen/
4+
.hugo_build.lock
5+
content/
6+
themes/
7+
# config.toml # Uncomment if config.toml is intentional for Hugo
8+
# layouts/ # Uncomment if layouts/ is intentional for Hugo
9+
# static/ # Uncomment if static/ is intentional for Hugo
10+
11+
# Python virtual environments
12+
venv/
13+
.venv/
14+
env/
15+
*.venv
16+
17+
# Python bytecode and cache
18+
__pycache__/
19+
*.pyc
20+
*.pyo
21+
*.pyd
22+
.Python
23+
*.egg-info/
24+
*.egg
25+
26+
# Jupyter/Notebook files
27+
*.ipynb
28+
.ipynb_checkpoints/
29+
*.ipynb_checkpoints
30+
*/share/jupyter/
31+
jupyterlab-plotly/
32+
pydeck/
33+
34+
# Streamlit cache
35+
.streamlit/
36+
streamlit/
37+
38+
# IDE and editor files
39+
.vscode/
40+
.idea/
41+
*.swp
42+
*.swo
43+
*~
44+
45+
# macOS system files
46+
.DS_Store
47+
*/.DS_Store
48+
49+
# Miscellaneous build and license files
50+
*.js.LICENSE.txt
51+
*.js.map
52+
third-party-licenses.json
53+
remoteEntry.*.js
54+
style.js
55+
extension.js
56+
extensionRequires.js
57+
58+
# Logs and temporary files
59+
*.log
60+
*.tmp
61+
*.bak
62+
status.txt

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 askbrianfx
3+
Copyright (c) 2025 DataTrustEngineering
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Manifesto.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: DTE Manifesto
3+
---
4+
15
# Data Trust Engineering Manifesto
26

37
## Mission
@@ -39,7 +43,7 @@ Organizations can begin their DTE journey through these practical steps:
3943
## Core Principles of DTE
4044

4145
1. **Trust**: Data must be accurate, secure, and accessible, earning confidence for enterprises, users, and AI systems in 2025.
42-
1. **Engineering Rigor**: DTE builds systems with software engineering precision, using automation and shift-left principles.
46+
1. **Engineering Rigor**: DTE builds systems with software engineering precision, using automation, shift-left and first principles.
4347
1. **Adaptability Through Feedback**: TDD-inspired feedback loops enable rapid testing and pipeline optimization [Gartner, 2025].
4448
1. **Enablement**: DTE empowers data professionals to deliver value, fostering collaboration.
4549
1. **Cloud-Native**: DTE aligns with shared responsibility models (e.g., AWS, Azure).
@@ -103,6 +107,7 @@ DTE reframes data quality issues as technical debt, using dbt and Great Expectat
103107
|**Team Empowerment**   |Process-focused            |High (engineer-driven)               |
104108
|**AI-Readiness**       |Limited adaptation         |Robust (EU AI Act-compliant)         |
105109

110+
106111
## The Call to Action
107112

108113
Join the #DTERevolution:

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Security
3+
---
4+
15
# Security Policy
26

37
At **Data Trust Engineering (DTE)**, we prioritize the security of our artifacts, such as the [DTE Trust Dashboard](/tools/data-trust-dashboard/DTE_Trust_Dashboard.html), and the trust of our community. If you discover a security vulnerability or need to report a Code of Conduct violation privately, please follow these steps.

SUPPORT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Support
3+
---
4+
15
# Support for Data Trust Engineering (DTE)
26

37
Welcome to **Data Trust Engineering (DTE)**! We’re here to help you engage with our community, contribute to artifacts like the [DTE Trust Dashboard](/tools/data-trust-dashboard/DTE_Trust_Dashboard.html), or learn about our mission to certify data systems by use case, risk, and value. Inspired by the [DataOps Manifesto](https://dataopsmanifesto.org), we value collaboration and agility. Here’s how to get help:

community/CODE_OF_CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Code of Conduct
3+
---
4+
15
# Code of Conduct
26

37
## Our Pledge

community/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Contributing Guide
3+
---
4+
15
# Contributing to Data Trust Engineering (DTE)
26

37
Welcome to the **Data Trust Engineering (DTE)** community! We're building a movement to replace traditional data governance’s 70-80% failure rate [Gartner, 2025] with engineering-driven trust, certification, and AI-readiness. Inspired by the [DataOps Manifesto](https://dataopsmanifesto.org)’s agility and collaboration, DTE invites data professionals, enterprises, SMBs, and hyperscalers to contribute to our open-source ecosystem. Whether you're enhancing the [DTE Trust Dashboard](/tools/data-trust-dashboard/DTE_Trust_Dashboard.html), proposing new artifacts, or sharing case studies, your contributions shape the #DTERevolution.

community/CONTRIBUTORS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Contributors
3+
---
4+
15
# Contributors
26

37
Thank you to everyone shaping the #DTERevolution! Contributors are listed below:

community/GOVERNANCE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Governance
3+
---
4+
15
# Governance of Data Trust Engineering (DTE)
26

37
The **Data Trust Engineering (DTE)** project is a community-driven movement to replace traditional data governance’s 70-80% failure rate [Gartner, 2025] with engineering-driven trust, certification, and AI-readiness, as outlined in the [Data Trust Engineering Manifesto](/Manifesto.md). Inspired by the [DataOps Manifesto](https://dataopsmanifesto.org)’s principles of collaboration and agility, DTE evolves through open-source contributions on GitHub, starting with artifacts like the [DTE Trust Dashboard](/tools/data-trust-dashboard/DTE_Trust_Dashboard.html). This `GOVERNANCE.md` file defines how our community makes decisions, manages contributions, and resolves conflicts to ensure a transparent, inclusive, and productive #DTERevolution.

config.toml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
baseURL = "https://datatrustmanifesto.org"
2+
languageCode = "en-us"
3+
title = "Data Trust Engineering | datatrustmanifesto.org"
4+
5+
[params]
6+
description = "Data Trust Engineering (DTE): Certify data systems for trust and AI-readiness. Join the #DTERevolution!"
7+
keywords = "data trust engineering, AI governance, DataOps, data certification"
8+
9+
# Custom mounts to preserve existing file structure
10+
[[module.mounts]]
11+
source = "."
12+
target = "content"
13+
includeFiles = ["Manifesto.md"]
14+
[[module.mounts]]
15+
source = "community"
16+
target = "content/community"
17+
includeFiles = ["CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "GOVERNANCE.md", "CONTRIBUTORS.md"]
18+
[[module.mounts]]
19+
source = "docs"
20+
target = "content/docs"
21+
includeFiles = ["case-studies/template.md", "patterns/data-quality-guide.md"]
22+
[[module.mounts]]
23+
source = "SUPPORT.md"
24+
target = "content/SUPPORT.md"
25+
[[module.mounts]]
26+
source = "SECURITY.md"
27+
target = "content/SECURITY.md"
28+
[[module.mounts]]
29+
source = "tools"
30+
target = "content/tools"
31+
includeFiles = ["data-trust-dashboard/DTE_Trust_Dashboard.html", "lineage-tracker/lineage-script.py"]
32+
33+
[[menu.main]]
34+
name = "Manifesto"
35+
url = "/Manifesto"
36+
weight = 1
37+
[[menu.main]]
38+
name = "Trust Dashboard"
39+
url = "/tools/data-trust-dashboard/DTE_Trust_Dashboard"
40+
weight = 2
41+
[[menu.main]]
42+
name = "Contribute"
43+
url = "https://github.com/askbrianfx/DataTrustEngineering"
44+
weight = 3
45+
[[menu.main]]
46+
name = "Slack"
47+
url = "https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw"
48+
weight = 4

0 commit comments

Comments
 (0)