This project build an Apache Airflow Docker Image for many projects of LEMA-UFPB research lab. It is based on the official Airflow Docker image and includes additional features and configurations.
This custom Airflow implementation provides a containerized environment for orchestrating data pipelines and workflows at LEMA-UFPB research laboratory.
- Built on official Apache Airflow Docker image
- Custom configurations for LEMA-UFPB specific needs
- Containerized deployment ready
- Simplified setup process
- Docker
docker build -t airflow .
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
For support and questions, please contact LEMA-UFPB research lab.
This project is licensed under the MIT License - see the LICENSE file for details.
- Hilton Ramalho for the initial implementation.