You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a data warehouse on AWS and an ETL pipeline for a database hosted on Redshift. The data is loaded from S3 to staging tables on Redshift and modeled into fact and dimensions tables to perform analytics and obtain meaningful insights.
Created a Postgres database and built an ETL pipeline to optimize queries on song play analysis. The fact and dimension tables for a star database schema for a particular analytic focus are defined, and an ETL pipeline that transfers data from files in two local directories into these tables in Postgres using Python and SQL was developed.