data-for-change / anyway-etl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyway ETL

This project includes the following components:

  • anyway-etl: A Python library and CLI which handles ETL processing tasks
  • airflow: An airflow server which executes and manages the processing tasks

See the Anyway Docker docs for the easiest method to use and develop tasks.

For more advanced documentation see the docs directory.

Continuous Deployment

  • Every push to main branch causes deployment to the Kubernetes cluster's anyway-dev environment
    • Except for changes to the anyway dependency, which is picked up automatically by the Airflow server and don't require a deployment
  • Every release causes deployment to the Kubernetes cluster's anyway environment (the production environment)

About

License:MIT License


Languages

Language:Python 92.2%Language:Shell 4.8%Language:Dockerfile 3.0%