#tui #apache #airflow #terminal #dag #applications #flowrs

app flowrs-tui

Flowrs is a Terminal User Interface (TUI) for Apache Airflow

9 releases

0.1.8 Jan 31, 2025
0.1.7 Jan 20, 2025
0.1.6 Dec 28, 2024
0.1.4 Nov 29, 2024

#73 in HTTP server

Download history 204/week @ 2024-11-12 35/week @ 2024-11-19 133/week @ 2024-11-26 193/week @ 2024-12-03 97/week @ 2024-12-10 15/week @ 2024-12-17 136/week @ 2024-12-24 17/week @ 2024-12-31 19/week @ 2025-01-07 59/week @ 2025-01-14 50/week @ 2025-01-21 125/week @ 2025-01-28 26/week @ 2025-02-04 3/week @ 2025-02-11

261 downloads per month

MIT license

185KB
4.5K SLoC

flowrs_logo

Flowrs is a TUI application for Apache Airflow. It allows you to monitor, inspect and manage Airflow DAGs from the comforts of your terminal. It is build with the ratatui library.

flowrs demo

Installation

You can install flowrs via Homebrew if you're on macOS / Linux / WSL2:

brew tap jvanbuel/flowrs
brew install flowrs

or by downloading the binary directly from GitHub:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jvanbuel/flowrs/releases/latest/download/flowrs-tui-installer.sh | sh

Alternatively, you can build flowrs from source with cargo:

cargo install flowrs-tui --locked

Usage

Managed Airflow services

The easiest way to user flowrs is with a managed Airflow service. The currently supported managed services are:

  • Conveyor
  • Amazon Managed Workflows for Apache Airflow (MWAA)
  • Google Cloud Composer
  • Astronomer

To enable a managed service, run flowrs config enable -m <service>. This will add the configuration for the managed service to your configuration file, or prompt you for the necessary configuration details. On startup flowrs will then try to find and connect to all available managed service's Airflow instances.

Custom Airflow instances

If you're self-hosting an Airflow instance, or your favorite managed service is not yet supported, you can register an Airflow server instance with the flowrs config add command:

flowrs config add demo

This creates an entry in a ~/.flowrs configuration file. If you have multiple Airflow servers configured, you can easily switch between them in flowrs configuration screen.

Only basic authentication and bearer token authentication are supported. When selecting the bearer token option, you can either provide a static token or a command that generates a token.

Dependencies

~23–44MB
~629K SLoC