Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.55 KB

Readme.md

File metadata and controls

42 lines (31 loc) · 2.55 KB

airflow-dags

Maintainability Test Coverage

In this repository, we've shared all dags for TogetherCrew. The dags are

Notes:

  • The Hivemind DAGs handle data ingestion for TogetherCrew's RAG (Retrieval-Augmented Generation) pipeline.
  • The Analyzer DAGs processes platform data through TogetherCrew's general analytics engine.

Running the App

Follow these steps to run the Airflow DAGs:

  1. Set up environment files:

    • Copy .env.airflow.init.sample to .env.airflow.init
    • Copy .env.airflow.sample to .env.airflow
    • Configure your credentials in both files
  2. Start Airflow using Docker Compose:

    docker-compose -f docker-compose.yaml up

reference: Running Airflow in Docker