diff --git a/README.md b/README.md index 8f19f75..ea73387 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,9 @@ With staging models in place we now can proceed to data modeling. ![Cube Playground](./docs/9_cube_playground.png) +- Example in my cube playground +![Alt text](image.png) + ## Visualize on a dashboard Now we are ready to visualize key metrics on a dashboard. @@ -174,6 +177,9 @@ I have configured Clickhouse connection and prepared Metabase dashboard which yo ![Explore data from Metabase dashboard](./docs/6_metabase_dashboard.gif) +Example +![Alt text](image-1.png) + You may explore data from Metabase yourself or even build your own dashboard. @@ -188,8 +194,13 @@ dbt docs serve Or you may access pre-build version from [Github Pages](https://kzzzr.github.io/mybi-dbt-showcase/#!/overview): + + ![Access dbt project docs](./docs/7_dbt_docs.gif) +Example +![Alt text](image-2.png) + ## Introduce Continuous Integration Let's say you want to introduce some code changes. How do you ensure data quality? @@ -204,4 +215,4 @@ This way you make sure to deploy high quality and functional code. ## Contributing -If you have any questions or comments please create an issue. \ No newline at end of file +If you have any questions or comments please create an issue. diff --git a/image-1.png b/image-1.png new file mode 100644 index 0000000..fe5838b Binary files /dev/null and b/image-1.png differ diff --git a/image-2.png b/image-2.png new file mode 100644 index 0000000..ce94913 Binary files /dev/null and b/image-2.png differ diff --git a/image.png b/image.png new file mode 100644 index 0000000..2642f3c Binary files /dev/null and b/image.png differ diff --git a/metabase/metabase.db/metabase.db.mv.db b/metabase/metabase.db/metabase.db.mv.db index afda70a..594609e 100644 Binary files a/metabase/metabase.db/metabase.db.mv.db and b/metabase/metabase.db/metabase.db.mv.db differ