Skip to content

This simple app is to help beginners to Apache Airflow get ahead even with little knowledge of docker and docker compose.

Notifications You must be signed in to change notification settings

ac-gomes/ap-airflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this little env

This simple app is to help beginners to Apache Airflow get ahead even with little knowledge of docker and docker compose.

Note: For this app to work, docker and docker compose must be installed before

  • Download this repository
  • Move to ap-airflow folder
  • Open ap-airflow folder with vscode or other
  • Create your venv python3 -m venv venv
  • Activate your venv source venv/bin/activate
  • Install the required libs pip install -r requirements.txt

Then type this line python3 -m run and wait for the end.

Your new apache airflow environment will be running like a charm. 😃

NOTE :
For more details please see apache airflow official page here.

This sample python will install the Apache Aiflow 2.0.6 as per the docker-compose file available on the official website.

Enjoy!

About

This simple app is to help beginners to Apache Airflow get ahead even with little knowledge of docker and docker compose.

Topics

Resources

Stars

Watchers

Forks

Languages