/data-project-template

My Project template for Open Source Data Projects

Primary LanguageShellMIT LicenseMIT

Philippines Citizens' COVID19 Budget Tracker (CCBT) Project

License: MIT Airflow/DAG

Philippine government's COVID19 budget datasets for citizen's tracking

Dashboard
Website
Tracker

Quickstart

  1. Clone this repo.
$ git clone https://github.com/altcoder/covid19-budget-tracker.git
$ cd covid19-budget-tracker
  1. Initialize your project
$ scripts/airflow.sh init
  1. You will need Docker to run the airflow container
$ scripts/airflow.sh start
  1. Run trigger Airflow DAG
$ scripts/airflow.sh trigger_dag github_poll_trigger -e 2020-05-16
  1. View generated files in output directory
$ ls output

Developers

This project uses Apache Airflow to run Python Notebooks as jobs. Follow this instuctions to setup your local development environment.

Work Plan

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the guide and code of conduct.