Skip to content

gborn/ETL-Pipeline-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETL-Pipeline-From-Scratch

An ETL pipeline to efficiently extract, transform and load data into PostgresSQL table

Pipeline steps

  1. Extract data from upstream( using python request)
  2. Clean and transform data
  3. Define unique key, map data to table using SQLAlchemy
  4. Load data into PostgresSQL table
  5. Generate insights from data using SQL queries

About

An ETL pipeline to efficiently extract, transform and load data into PostgresSQL table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages