- Udacity assignment for Data Engineer Nanodegree
- Create a Postgres database with tables designed to optimize queries on song play analysis
- data
- datasets for ETL processes
- create_tables.py
- script for create tables
- sql_queries.py
- containing sql queries
- test.ipynb
- test script (jupyter notebook script)
-
run
create_table.py
-
run
etl.py
-
run
test.ipynb
to show table rows to check whethercreate_table.py
andetl.py
worked correctly