https://github.com/tktech/hymir
High-level workflows built on top of Celery.
https://github.com/tktech/hymir
Last synced: 8 months ago
JSON representation
High-level workflows built on top of Celery.
- Host: GitHub
- URL: https://github.com/tktech/hymir
- Owner: TkTech
- License: mit
- Created: 2024-03-26T05:51:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T00:57:28.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:59:41.377Z (about 2 years ago)
- Language: Python
- Homepage: https://tkte.ch/hymir/
- Size: 179 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hymir
Hymir is a python library for creating and running simple workflows by composing
together Chains (which run sequentially) and Groups (which run in parallel) of
jobs.
Hymir is built on top of [redis][] for intermediate storage and tracking
workflow state, and comes with an Executor for running the workflows using
[Celery][].
## Installation
```bash
pip install hymir
```
## Usage
See the latest documentation and examples at https://tkte.ch/hymir/.