Skip to content

tipishev/airflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locally Running Airflow

Makefile and configuration to run Apache Airflow with Postgres DB backend and LocalExecutor.

Prerequisites

  • Python3.6
  • python3-dev
  • virtualenv
  • Postgres

Initial Setup

make requirements
make initdb

Usage

# in two terminals

make webserver
make scheduler

Open http://localhost:8080

To pass the metadata database connection string

export AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:password@localhost

About

Notes and playground for Apache Airflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published