A lightweight asynchronous DAG execution engine for Python and other languages
Project description
hyrrokkin
_ _ _ _
| |__ _ _ _ __ _ __ ___ | | __| | __(_) _ __
| '_ \ | | | || '__|| '__|/ _ \ | |/ /| |/ /| || '_ \
| | | || |_| || | | | | (_) || < | < | || | | |
|_| |_| \__, ||_| |_| \___/ |_|\_\|_|\_\|_||_| |_|
|___/
A lightweight asynchronous directed acyclic graph (DAG) execution engine for Python (CPython) and Javascript (Deno)
- define nodes in using a simple API, grouped into packages
- define topologies which link nodes together
- run topologies
- attach clients to communicate with nodes while a topology is running
Installation Options
Hyrrokkin supports linux for python versions >= 3.10
Installation without dependencies (no support for YAML import/export, JSON schema checking):
pip install hyrrokkin
Installation with optional dependencies for YAML import/export:
pip install hyrrokkin[YAML]
Installation with optional dependencies for JSON schema validation:
pip install hyrrokkin[VALIDATION]
Installation with all optional dependencies
pip install hyrrokkin[VALIDATION,YAML]
Documentation:
https://visualtopology.org/hyrrokkin
Unit tests:
Python unit tests
These cover the hyrrokkin CLI and API, and the python engine API
cd test/python/unit_tests
./run_all.sh
Javascript unit tests
These cover the javascript engne API
cd test/javascript/unit_tests
./run_all.sh
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hyrrokkin-0.1.2.tar.gz.
File metadata
- Download URL: hyrrokkin-0.1.2.tar.gz
- Upload date:
- Size: 54.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a751715512a41fd9121c4ed3f05ce5eae181525733de5c8441957e019bb297c
|
|
| MD5 |
abb5b44d4f310371a87373004a57acfc
|
|
| BLAKE2b-256 |
119fcbdc4cf53224b361e847e5e37b6dd7e31dd2a141a904ac2ebdfadd34e621
|
File details
Details for the file hyrrokkin-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hyrrokkin-0.1.2-py3-none-any.whl
- Upload date:
- Size: 106.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f6b098cec18b5c5ffea637d8ad3c8e39e3dd3aa84f48ef918b26ac7ddc38074
|
|
| MD5 |
13336d5bbf4a0dccd3afcc6a549e1c79
|
|
| BLAKE2b-256 |
c233e5f304f3852ca31010250974f8b2b974103994c08776c4a3c176a34d79dc
|