Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sspaeti committed Dec 19, 2022
1 parent 8ab3da4 commit b3dbc2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

The beginning of the open data stack project. We'll add use-cases as part of the [series](https://airbyte.com/blog/building-airbytes-data-stack).

- Part I: [Airbyte Monitoring with dbt and Metabase](https://airbyte.com/blog/airbyte-monitoring-with-dbt-and-metabase)
Written use cases available on our blog are:
- [Airbyte Monitoring with dbt and Metabase](https://airbyte.com/blog/airbyte-monitoring-with-dbt-and-metabase)
- [Configure Airbyte Connections with Python (Dagster)](https://airbyte.com/tutorials/configure-airbyte-with-python-dagster)
6 changes: 4 additions & 2 deletions dagster/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# Dagster Orchestration Layer

This use case is documented step by step on [Configure Airbyte Connections with Python (Dagster)](https://airbyte.com/tutorials/configure-airbyte-with-python-dagster). Below is a summary on how to get started quickly.

## Getting started
setup virtual env, dependencies:
```bash
Expand Down Expand Up @@ -58,10 +60,10 @@ You can click "materialize" inside dagit to sync airbyte connections and run dbt
## Start the BI Dashbaord with Meltano
Start it in a seperate shell and follow the docs [Metabase Readme](../../visualization/metabase/readme.md).
Start it in a separate shell and follow the docs [Metabase Readme](../../visualization/metabase/readme.md).
See a step by step guide on [Airbyte Blog](https://airbyte.com/blog/).
See a step-by-step guide on [Airbyte Blog](https://airbyte.com/tutorials/configure-airbyte-with-python-dagster).
Expand Down

0 comments on commit b3dbc2f

Please sign in to comment.