- create tables in postgres
- load csv files to those tables
- create fact and dimensions that allow us to generate some end of month reports
- etl/etl.py: where the etl happens
- sql/exercise1/*: where we have all the ddls and some queries to populate tables
- sample_files/*: where the source files are.
- query to generate the desired output
- sql/exercise2/query.sql
- python solution to triangle problem
- python_exercise/triangle.py