forked from absolutebi/jaffle_shop
chore(docs): Add README and gitignore files
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
target/
|
||||||
|
dbt_modules/
|
||||||
|
logs/
|
||||||
6
README.md
Normal file
6
README.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user