Airflow 中文文档:快速开始

时间:2018-11-28 21:45:39   收藏:0   阅读:789

安装快速而直接。

 # airflow needs a home, ~/airflow is the default,
# but you can lay foundation somewhere else if you prefer
# (optional)
export AIRFLOW_HOME = ~/airflow

# install from pypi using pip
pip install apache-airflow

# initialize the database
airflow initdb

# start the web server, default port is 8080
airflow webserver -p 8080

阅读全文/改进本文

原文:https://www.cnblogs.com/wizardforcel/p/10034371.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!