an100 / udacity-airflow

Udacity Data Pipeline Exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

udacity-airflow

This repository contains the exercises and solutions for the Udacity 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

Udacity Data Pipeline Exercises


Languages

Language:Python 100.0%