Zambeze is a distributed task orchestration system to manage science application tasks across large-scale and edge computing systems.
Report a bug using Github Issues. Feature requests, questions, and other comments can be made on the GitHub Discussions page. The Zambeze developers can be reached via email at support@zambeze.org.
The zambeze package can be installed in a Python environment with pip using the command shown below.
pip install zambeze
After installing zambeze in a Python environment, start up the zambeze agent in a terminal:
zambeze start
Go to the examples directory in this repository and run the imagemagick_files.py
example which also requires the ImageMagick tool.
cd examples
python imagemagick_files.py
Stop the agent after running the example.
zambeze stop
Use zambeze --help
to see the available commands.
Documentation for the zambeze package is generated with Sphinx. View the documentation at https://docs.zambeze.org.
If you would like to contribute to zambeze, please see the CONTRIBUTING.md document.