izhar/ae_dataworkflow
Project ID: 39366
Description
Abyres Data Workflow is a distribution of Apache Airflow for use with RHEL, CentOS and Fedora. Commecial support available through Abyres.
Installation Instructions
To install::
# dnf copr enable izhar/ae_dataworkflow
# dnf install ae_dataworkflow
To configure, the config file are in /etc/ae_dataworkflow/
, which will be generated the first time you run ae_dataworkflow
command. You'll need a postgresql database (ae_dataworkflow
) and a rabbitmq server running to use with the default config.
To initialize database and admin user::
# ae_dataworkflow db init
# ae_dataworkflow users create \
--username admin \
--firstname Admin \
--lastname Admin \
--role Admin \
--email admin@localhost.local
To start service::
# systemctl start ae_dataworkflow-web
# systemctl start ae_dataworkflow-scheduler
# systemctl start ae_dataworkflow-worker
If nothing went wrong, you should be able to access Airflow at port 8998.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (0)* | Centos stream (4 downloads) |
![]() |
x86_64 (0)* | Epel for CentOS 8 (5 downloads) |
![]() |
x86_64 (0)* | Fedora 33 (7 downloads) |
* Total number of packages downloaded in the last seven days.