airflow-scheduler-failover-controller
A process that runs in unison with Apache Airflow to control the Scheduler process to ensure High Availability
File Explorer
Download Latest Version (.zip)- __init__.py
- cli.py
- scheduler_failover_controller
- __init__.py
- command_runner.py
- __init__.py
- emailer.py
- __init__.py
- failover_controller.py
- __init__.py
- logger.py
- __init__.py
- base_metadata_service.py
- sql_metadata_service.py
- zookeeper_metadata_service.py
- __init__.py
- date_utils.py
- __init__.py
- app.py
- configuration.py
- README.md
- setup_airflow_systemd_scripts.sh
- setup_scheduler_failover_controller_systemd_scripts.sh
- README.md
- scheduler_failover_controller.service
- .gitignore
- CHANGELOG.md
- License.md
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/teamclairvoyant/airflow-scheduler-failover-controller
Downloads the entire project code from GitHub to your computer.
cd airflow-scheduler-failover-controller
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install git+git://github.com/teamclairvoyant/airflow-scheduler-failover-controller.git@{BRANCH_OR_TAG}
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
pip install git+git://github.com/teamclairvoyant/airflow-scheduler-failover-controller.git@{BRANCH_OR_TAG}
Installs the package published on PyPI directly β no need to clone the source.
pip uninstall scheduler_failover_controller
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
