Skip to main content

A simple Airflow installer and tmux sesssion manager

Project description

Airflux

Airflux is a very simple installer and tmux session manager for Airflow.

It exists for those of us who deploy Airflow a lot; maybe you're developing an operator and need to test it by hand on Airflow 1.3, or you manage a collection of Airflow pipelines and need a quick way to start and stop local versions of them.

Getting started

Install airflux:

pip install airflux

Airflux uses constraints files to install Airflow for your version of Python. This command will list the versions of Airflow with available constraints files.

airflux versions

You will probably want to make a directory for your deployment. The script doesn't do this for you.

mkdir my-airflow-deployment && cd my-airflow-deployment

To download the constraints file and create a local Python environment for Airflow, specify the version number to airflux new:

airflux new 2.3.3

After the installation is complete, start Airflux in a tmux session:

airflux start

Once inside the tmux session, you can exit it and shut down Airflow:

airflux stop

To install Airflow into your current directory

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airflux-1.0.0.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

airflux-1.0.0-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page