Home
Softono
airflow-tutorial

airflow-tutorial

Open source Jupyter Notebook
13
Stars
3
Forks
0
Issues
2
Watchers
2 months
Last Commit

About airflow-tutorial

Code for Airflow 3.0 Tutorial

Platforms

Web Self-hosted Docker

Languages

Jupyter Notebook

Code for Airflow 3.0 Tutorial

YouTube Live Workshop

YouTube Live Workshop (April 11th 1:00 P.M. EST)

Local Setup

Prerequisites

  1. Docker version >= 20.10.17 and Docker compose v2 version >= v2.10.2.

Windows users: Please use WSL and Install Ubuntu using this document. In your ubuntu terminal install the prerequisites above.

Clone and start the container as shown below:

git clone https://github.com/josephmachado/airflow-tutorial.git
cd airflow-tutorial
docker compose up -d --build
sleep 30 # wait 30 seconds for Airflow & Jupyter Notebook to start

Open Airflow at http://localhost:8080

Open JupyterLab at http://localhost:8888

Stop containers after you are done with docker compose down -v.

Help me make this tutorial better, please fill out this Feedback Form.