Skip to content

Examples and instructions for setting up PHP within the Apache Airflow

License

Notifications You must be signed in to change notification settings

darkotodoric/php-in-airflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


airflow-logo.png

Configuring PHP Inside Airflow

This repository provides examples and instructions for setting up PHP within the Apache Airflow platform. PHP is specifically installed on the Airflow worker, where all commands are executed.

Configuration

  1. Setting Up Docker Compose: All configurations are managed through docker-compose.yml
  2. Dockerfile: PHP configurations for Airflow worker are specified in the Dockerfile
  3. Airflow DAGs: All Airflow DAGs are defined in the dags folder.
  4. PHP commands: All PHP commands are located in the commands folder.

Installation

  1. Run Docker: Run docker compose up --build to build and start the Airflow with PHP.
  2. Access Airflow UI: Once the containers are up and running, access the Airflow UI in your web browser on "http://localhost:8080/"

Articles

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.

About

Examples and instructions for setting up PHP within the Apache Airflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published