美文网首页程序员ApacheCN
Airflow 中文文档:快速开始

Airflow 中文文档:快速开始

作者: 布客飞龙 | 来源:发表于2018-11-28 20:01 被阅读9次

    安装快速而直接。

     # 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
    

    阅读全文/改进本文

    相关文章

      网友评论

        本文标题:Airflow 中文文档:快速开始

        本文链接:https://www.haomeiwen.com/subject/uhozqqtx.html