An open API service indexing awesome lists of open source software.

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.

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).