Alternative to AWS download

This commit is contained in:
Pablo Martin 2023-11-27 17:58:10 +01:00
parent 3fce12819b
commit fb4534db58

View file

@ -70,6 +70,12 @@ After, you will have to download some CSV files with the data to populate the da
aws s3 cp s3://dbtlearn/listings.csv listings.csv
aws s3 cp s3://dbtlearn/reviews.csv reviews.csv
aws s3 cp s3://dbtlearn/hosts.csv hosts.csv
# or, to avoid using aws
wget http://dbtlearn.s3.amazonaws.com/listings.csv
wget http://dbtlearn.s3.amazonaws.com/reviews.csv
wget http://dbtlearn.s3.amazonaws.com/hosts.csv
```
How to put the data into the databases is up to you. I've done it successfully using the import functionality of DBeaver.