celery-director
Simple and rapid framework to build workflows with Celery
File Explorer
Download Latest Version (.zip)- tests.yml
- CODEOWNERS
- __init__.py
- workflows.py
- __init__.py
- assets.py
- celery.py
- db.py
- init.py
- user.py
- webserver.py
- workflows.py
- 05cf96d6fcae_add_task_result.py
- 063ff371f2da_add_index_on_workflow_id_in_task_table.py
- 2ac615d6850b_force_varchar_255.py
- 30d6f6636351_initial_migration.py
- 3f8466b16023_add_users_table.py
- 46e4acde004e_add_cascade_in_task_model.py
- 9817ccf13cb5_add_is_hook_on_task.py
- 9d563aaa548b_add_workflow_comment.py
- alembic.ini
- env.py
- README
- script.py.mako
- __init__.py
- tasks.py
- users.py
- utils.py
- workflows.py
- script.js
- style.css
- __init__.py
- base.py
- periodic.py
- workflows.py
- error.html
- index.html
- __init__.py
- __init__.py
- _auto.py
- auth.py
- builder.py
- cli.py
- context.py
- exceptions.py
- extensions.py
- settings.py
- utils.py
- VERSION
- custom.css
- build-workflows.md
- cleanup-workflows.md
- custom-configuration.md
- enable-authentication.md
- error-tracking.md
- run-workflows.md
- trigger-hooks.md
- use-flower.md
- use-payload.md
- write-tasks.md
- definitions.png
- director.gif
- etl.png
- execute_workflow.png
- flower.png
- hooks.png
- sentry_additional_data.png
- sentry_issue.png
- sentry_tags.png
- api.md
- index.md
- quickstart.md
- mkdocs.yml
- README.md
- simple_schema.json
- error.py
- example.py
- returns.py
- success.py
- time.py
- .env
- workflows.yml
- __init__.py
- conftest.py
- README.md
- test_api.py
- test_auth.py
- test_builder.py
- test_sentry.py
- test_users.py
- test_views.py
- test_workflows.py
- .gitignore
- AUTHORS
- CHANGELOG.md
- CONTRIBUTING.md
- CONTRIBUTORS
- director.gif
- LICENSE
- logo.png
- MANIFEST.in
- pytest.ini
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/ovh/celery-director
Downloads the entire project code from GitHub to your computer.
cd celery-director
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install celery-director
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 celery-director
Installs the package published on PyPI directly โ no need to clone the source.
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)
