0% found this document useful (0 votes)
107 views

Airflow

This document provides a 3 step guide to installing and running Airflow: 1. The installation guide covers downloading and setting up Airflow with examples. 2. Project based learning involves coding in Python and entering API keys and file paths. 3. Running the project involves initializing the database, starting the web server in one terminal and scheduler in another terminal after activating the virtualenv and exporting the Airflow home path.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views

Airflow

This document provides a 3 step guide to installing and running Airflow: 1. The installation guide covers downloading and setting up Airflow with examples. 2. Project based learning involves coding in Python and entering API keys and file paths. 3. Running the project involves initializing the database, starting the web server in one terminal and scheduler in another terminal after activating the virtualenv and exporting the Airflow home path.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 37

AIRFLOW

https://airflow.apache.org/
> Mayur Jain
( [email protected] , 9643171490 )
STEP 1.
Installation Guide With Some
Examples…
Let’s Dig In
STEP 2.
Project Based Learning

Part A
Coding In Python Language
You Have To Enter The API Keys Here…
Enter Your File Path Here…
Path To
harcascade_frontalface_default.xml
&
harcascade_eye.xml
Initial Terminal >

STEP 2. sudo su
cd <airflow workspace path>
Project Based Learning source venv/bin/activateexport
AIRFLOW_HOME=<airflow
workspace path>/airflow_home
airflow initdb
airflow webserver

Part B
Steps To Run This Project In Another Terminal >

sudo su
cd <airflow workspace path>
source venv/bin/activate
export AIRFLOW_HOME=<airflow
workspace path>/airflow_home
airflow scheduler
Output To This Project

You might also like