Git Product home page Git Product logo

apache-airflow's Introduction

header Hits


apache-airflow's People

Watchers

 avatar

apache-airflow's Issues

local install

Airflow는 Python으로 작성된 데이터 파이프라인 관리 도구입니다. Mac에서 Airflow를 설치하는 방법은 다음과 같습니다.

Homebrew를 업데이트합니다.

brew update

Airflow를 설치하기 위해 Python 3를 설치합니다.

brew install python

Airflow를 설치합니다.

pip install apache-airflow

Airflow를 초기화합니다.

airflow initdb

Airflow 웹서버를 실행합니다.

airflow webserver -p 8080

다른 터미널에서 Airflow 스케줄러를 실행합니다.

airflow scheduler

아래의 링크로 접속 가능 http://localhost:8080

Airflow는 이제 Mac에서 실행중입니다. 이제 DAG (Directed Acyclic Graph)를 작성하고 작업을 스케줄링 할 수 있습니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.