From 6d02bcc249a236e0af09324911b97371f21cdedf Mon Sep 17 00:00:00 2001 From: George Myrianthous Date: Thu, 2 Mar 2023 12:36:53 +0000 Subject: [PATCH] chore(docs): Add README and gitignore files --- .gitignore | 3 +++ README.md | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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