Skip to content

jatin7/vagrant-airflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant + Airflow

Vagrant to start a airflow 2.8.4 virtual machine

Vagrant + Airflow

main script to install airflow: install-script.sh

# start the virtual macine
vagrant up

# acessar a vm
vagrant ssh

# remove vm
vagrant destroy -f

# re-run the install-script.sh, after you created virtual machine
vagrant provision

Dags

dags same sample dag to verify airflow is working as expected.

To visit the airflow web UI: http://192.168.2.21:8080 username/password admin/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.3%
  • Shell 19.7%