Skip to content

fonylew/ChAMP_Data_Engineer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChAMP_Data_Engineer

This repository containe all resources related to data enginering of ChAMP (Chulalongkorn Alumni Mentorship Program)

Prerequisite

  • Docker Desktop installed with Docker Compose for running Airflow containers

Getting Started

Running Airflow in Docker following this steps: https://airflow.apache.org/docs/apache-airflow/stable/tutorial/pipeline.html

# Download the docker-compose.yaml file
curl -LfO 'https://airflow.apache.org/docs/apache-airflow/stable/docker-compose.yaml'

# Make expected directories and set an expected environment variable
mkdir -p ./dags ./logs ./plugins
echo -e "AIRFLOW_UID=$(id -u)" > .env

# Initialize the database
docker compose up airflow-init

# Start up all services
docker compose up

See more about running Airflow in Docker.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%