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 @@