From 611d6c37b9f8e347f71ce75361e923a8b224b100 Mon Sep 17 00:00:00 2001 From: davidgasquez Date: Mon, 11 Dec 2023 15:31:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20davidgas?= =?UTF-8?q?quez/datadex@0de3c23599df7006eac131d55b823e3fd2b22b52=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.html | 28 ++++++++-------- dashboard.html | 5 +-- dbt/catalog.json | 1 + dbt/graph.gpickle | Bin 0 -> 5896 bytes dbt/graph_summary.json | 1 + {docs/docs => dbt}/index.html | 0 dbt/manifest.json | 1 + dbt/run_results.json | 1 + {docs/docs => dbt}/semantic_manifest.json | 2 +- docs/docs/catalog.json | 1 - docs/docs/graph.gpickle | Bin 5920 -> 0 bytes docs/docs/graph_summary.json | 1 - docs/docs/manifest.json | 1 - docs/docs/run_results.json | 1 - docs/tutorial.html | 5 +-- index.html | 28 ++++++++-------- reports/2023-01-01-Datadex.html | 5 +-- reports/2023-11-01-Observable.html | 5 +-- reports/index.html | 9 ++--- search.json | 38 +++++++++++----------- site_libs/bootstrap/bootstrap.min.css | 7 ++-- site_libs/quarto-html/quarto.js | 2 -- 22 files changed, 72 insertions(+), 70 deletions(-) create mode 100644 dbt/catalog.json create mode 100644 dbt/graph.gpickle create mode 100644 dbt/graph_summary.json rename {docs/docs => dbt}/index.html (100%) create mode 100644 dbt/manifest.json create mode 100644 dbt/run_results.json rename {docs/docs => dbt}/semantic_manifest.json (82%) delete mode 100644 docs/docs/catalog.json delete mode 100644 docs/docs/graph.gpickle delete mode 100644 docs/docs/graph_summary.json delete mode 100644 docs/docs/manifest.json delete mode 100644 docs/docs/run_results.json diff --git a/README.html b/README.html index 3d21941..4ada13e 100644 --- a/README.html +++ b/README.html @@ -2,7 +2,7 @@ - + @@ -94,6 +94,7 @@ "search-more-match-text": "more match in this document", "search-more-matches-text": "more matches in this document", "search-clear-button-title": "Clear", + "search-text-placeholder": "", "search-detached-cancel-button-title": "Cancel", "search-submit-button-title": "Submit", "search-label": "Search" @@ -125,7 +126,7 @@


-

Open source, serverless, and local-first Data Platform that makes it easy to collaborate on Open Data! Built on top of Dagster, dbt, Quarto, and DuckDB. You can check two instances of Datadex working in the following repositories:

+

Open source, serverless, and local-first Data Platform to collaborate on Open Data! Built on top of Dagster, dbt, Quarto, DuckDB, and Evidence.

+

This repository is an up to date toy implementation of the overall pattern. You can check two real world production instances of Datadex working in the following repositories:

-
+

Dagster Asset_Group
@@ -226,15 +228,11 @@

⚙️ Setup

🐳 Docker / Dev Containers

The fastest way to start using Datadex is via VSCode Remote Containers. Once inside the develpment environment, you’ll only need to run make dev to spin up the Dagster UI locally.

-
-
-

-
-
+

The development environment can also run in your browser thanks to GitHub Codespaces!

-

You can also build the Docker image locally and run it with:

-
make build
-make docker-run
+

You can also build the Dockerfile image locally and run it with:

+
docker build -t datadex .
+docker run -it -v $(pwd):/workspaces/datadex -p 3000:3000 datadex

🐍 Python Virtual Environment

diff --git a/dashboard.html b/dashboard.html index cf4ffcd..524e65f 100644 --- a/dashboard.html +++ b/dashboard.html @@ -2,7 +2,7 @@ - + @@ -102,6 +102,7 @@ "search-more-match-text": "more match in this document", "search-more-matches-text": "more matches in this document", "search-clear-button-title": "Clear", + "search-text-placeholder": "", "search-detached-cancel-button-title": "Cancel", "search-submit-button-title": "Submit", "search-label": "Search" @@ -135,7 +136,7 @@