https://github.com/taitounited/airflow-template
Template for Apache Airflow running on Kubernetes or Docker Compose.
https://github.com/taitounited/airflow-template
airflow docker-compose kubernetes taito-template template
Last synced: 2 months ago
JSON representation
Template for Apache Airflow running on Kubernetes or Docker Compose.
- Host: GitHub
- URL: https://github.com/taitounited/airflow-template
- Owner: TaitoUnited
- License: mit
- Created: 2025-03-11T19:43:45.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-03-12T08:12:28.000Z (over 1 year ago)
- Last Synced: 2025-06-03T22:05:54.553Z (about 1 year ago)
- Topics: airflow, docker-compose, kubernetes, taito-template, template
- Language: Shell
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This page contains a short summary of the project itself, aimed mostly for developers. See [Wiki page of the project](docs/README.md) for more extensive resources, [DEVELOPMENT.md](scripts/taito/DEVELOPMENT.md) for common development conventions, and [CONFIGURATION.md](scripts/taito/CONFIGURATION.md) for common configuration conventions.
[//]: # "TEMPLATE NOTE START"
# airflow-template
Template for Apache Airflow running on Kubernetes or Docker Compose.
[//]: # "TEMPLATE NOTE END"
# Project title
Short description of the project: vision, purpose, company, etc.
Table of contents:
- [Links](#links)
- [Usage](#usage)
- [Manually configured settings](#manually-configured-settings)
- [Conventions](#conventions)
- [Pipeline Overview](#pipeline-overview)
- [Security](#security)
## Links
> Note: some general project links are to be found on the [Wiki page](docs/README.md) of the project.
Non-production basic auth credentials: `USERNAME` / `PASSWORD`
[//]: # "GENERATED LINKS START"
LINKS WILL BE GENERATED HERE
[//]: # "GENERATED LINKS END"
> You can update this section by configuring links in `scripts/taito/project.sh` and running `taito project generate`.
## Usage
> Some notes about testing and usage either here or in a separate document.
## Manually configured settings
> Try to keep all configurations in version control. However, if you have configured something manually, describe manually configured settings here.
## Conventions
> TODO: Project-specific conventions. E.g.: Git commit message conventions, naming conventions, pull request conventions, etc.
## Pipeline Overview
> ...
## Security
> Add security details either here or in a separate document. See the [security](https://taitounited.github.io/taito-cli/tutorial/d-security/) appendix of the [Taito CLI tutorial](https://taitounited.github.io/taito-cli/tutorial).