Alternative to AWS download
This commit is contained in:
parent
3fce12819b
commit
fb4534db58
1 changed files with 6 additions and 0 deletions
|
|
@ -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/listings.csv listings.csv
|
||||||
aws s3 cp s3://dbtlearn/reviews.csv reviews.csv
|
aws s3 cp s3://dbtlearn/reviews.csv reviews.csv
|
||||||
aws s3 cp s3://dbtlearn/hosts.csv hosts.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.
|
How to put the data into the databases is up to you. I've done it successfully using the import functionality of DBeaver.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue