Skip to content

This repository contains the exercises and solutions for the Data Pipelines course

Notifications You must be signed in to change notification settings

jaiswalanshul/airflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Airflow

This repository contains the exercises and solutions for the Data Pipelines course

Prerequisites

Before running these exercises you will need to install Docker

Directory Layout

demos contains the instructor demonstrations. exercises contains the student exercises. solutions contains the full exercise solutions Each directory contains a docker-compose.yml file.

Running Airflow

To run Airflow in Docker Compose: docker-compose up To stop Airflow in Docker Compose: docker-compose down

Once you are running the Docker Compose Airflow, the DAGs and plugins in that directory will automatically be loaded by Airflow.

Navigate to the Airflow UI by opening a browser to http://localhost:8080

About

This repository contains the exercises and solutions for the Data Pipelines course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published