Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1006 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 1006 Bytes

MOVE Scripts

The scripts folder contains various scripts used for development, deployment, and automation in MOVE:

  • airflow: Airflow jobs, mostly used to perform migration, cleaning, and normalization of datasets used in MOVE;
    • airflow/dags: DAGs that define tasks in jobs and their dependencies;
    • airflow/tasks: scripts for tasks, mostly Bash / Python;
    • airflow/systemd: systemd configuration to run Airflow as a service in our ETL stack;
  • db: database migrations that define subsequent versions of the MOVE PostgreSQL data model;
  • deployment: provisioning and deployment scripts;
  • dev: provisioning scripts for the MOVE development environment.