argo-workflow, airflow, dagster

prefect


parse me : 언젠가 이 글에 쓰이면 좋을 것 같은 재료들.

  1. Apache Airflow는 Python 기반으로 만들어졌기 때문에, 데이터 분석을 하는 분들도 쉽게 코드를 작성할 수 있음. 또한 구글 클라우드 플랫폼(BigQuery, Dataflow)을 쉽게 사용할 수 있도록 제공되기 때문에 GCP를 사용하시면 반드시 사용할 것을 추천함

  2. Some of the most common reasons to use an orchestration tool such as Prefect are for scheduling and event-based triggering.

  3. Apache Airflow 와 같은 워크플로우 관리도구를 역채움(backfilling : 과거의 데이터를 채워넣기)과 스케줄링, 파이프라인 메트릭 수집 등의 작업에 사용하여 데이터를 흐르게 함으로써 이를 실현할 수 있습니다.

    1. [[[SW Environment](https://janghoo.notion.site/Environment-d73d08b95a824b3f957eb0134f8ced1f) MLOps](https://janghoo.notion.site/MLOps-1be9e881d5444f268fde8c1ea7e00f59) Data backfilling](https://janghoo.notion.site/Data-backfilling-07afbc63d9da4ea9bcb88c2430932e18)

    https://github.com/tuanavu/airflow-tutorial/

  4. Great source series

    Unlocking MLOps using Airflow: A Comprehensive Guide to ML System Orchestration


from : 과거의 어떤 생각이 이 생각을 만들었는가?

  1. [ba2.4.5. title: 워크플로 프로세스([[[SW Environment](https://janghoo.notion.site/Environment-d73d08b95a824b3f957eb0134f8ced1f) MLOps](https://janghoo.notion.site/MLOps-1be9e881d5444f268fde8c1ea7e00f59) Workflow process](https://janghoo.notion.site/Workflow-process-f6a3da8b300645d48488cb40ba8fd202)) 혹은 워크플로우 오케스트레이션 도구는 다양한 형태의 작업들의 복잡한 의존관계를 관리하고, 작업들이 분산되어 처리되도록 관리하는 역할을 수행한다.](https://janghoo.notion.site/ba2-4-5-title-2da8ef4a10e346d280e0bc73469913c2)