AirflowDataPipeline Save Abandoned

Example of an ETL Pipeline using Airflow

Project README

Airflow Data Pipeline

This example walks through how to set up an ETL pipeline using Airflow. I set up at DAG to query the openweathermap.org API everyday, process the json data and store it in a PostgreSQL database. For explanation of how this code works see this blog post

Requirements

Airflow

Python 2.7

PostgreSQL

psycopg

SQLAlchemy

SQLAlchemy-Utils

To install the requirements (except for Python and postgres) type:

pip install -r requirements.t
Open Source Agenda is not affiliated with "AirflowDataPipeline" Project. README Source: mdh266/AirflowDataPipeline
Stars
30
Open Issues
0
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating