Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 959 Bytes

README.md

File metadata and controls

25 lines (11 loc) · 959 Bytes

ETL-Pipeline

Components of an ETL Pipeline

Extract - extracting data from source systems

Transform - transforming the data according to business/data model requirements

Load - loading the data into a destination table

image

In this ETL Pipeline, the API data source is located in the .json file.

After extracting these files, the data will then be transformed (cleaned and formatted). Lastly the data is loaded into MongoDB.

The data source used is from an API containing Air Pollution measurements from various cities. Desired output is shown below.

Screen Shot 2021-08-04 at 6 50 37 PM

Screen Shot 2021-08-04 at 6 58 22 PM