diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0428bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target/ +dbt_modules/ +logs/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..64424ec --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Containerised Jaffle Shop dbt Project +This is a containerised version of the popular +[Jaffle Shop dbt project published by dbt Labs](https://github.com/dbt-labs/jaffle_shop). +You can use this project to populate and run Jaffle Shop in a Postgres instance. + +# Running the project with Docker