ChimeraPyOrchestrator: A webapp and CLI tool for orchestrating ChimeraPy pipelines
Project description
Reusable Nodes and Orchestration Scheme/ Dashboard Application for ChimeraPy with JSON configuration.
ChimeraPy is a Scientific, Distributed Computing Framework for Real-time Multimodal Data Retrieval and Processing. This package provides reusable nodes and orchestration scheme (CLI)/ and web dashboard application(via REST API) for ChimeraPy with JSON configuration.
Installation
Package is available on PyPI
, install with pip
:
$ pip install chimerapy-orchestrator
Usage for Orchestrator CLI
Installation provides cp-orchestrator
command:
$ cp-orchestrator --help
usage: The CP orchestrator [-h] {orchestrate,orchestrate-worker,list-remote-workers,server} ...
options:
-h, --help show this help message and exit
subcommands:
valid subcommands
{orchestrate,orchestrate-worker,list-remote-workers,server}
orchestrate Orchestrate the pipeline
orchestrate-worker Orchestrate a worker
list-remote-workers
List the remote workers
server Start the server
Specific subcommands also have their own help messages, and can be used cp-orchestrator <subcommand> --help
.
Orchestrator CLI Example
In the configs
directory, there are few configuration examples for simple ChimeraPy
pipelines.
The command below will run a pipeline that uses the webcamera and showwindow nodes and runs it in a local worker:
$ cp-orchestrator orchestrate --config configs/local_camera.json
The commands below will run a pipeline that uses the webcamera node and runs it in a remote worker:
$ cp-orchestrator orchestrate --config configs/local_camera_remote_worker.json
In a separate terminal, run the remote worker:
$ cp-orchestrator orchestrate-worker --config configs/local_camera_remote_worker.json --worker-id worker1
Dashboard
The dashboard application is still in early stages of development and can't be used directly yet. However, it can be run in development mode. To run the dashboard, run the backend server first:
$ cp-orchestrator server --server-port 8000
Then, in a separate terminal, run the dashboard:
$ cd dashboard
$ npm install
$ npm run dev
Finally, open a browser and navigate to http://localhost:5173
for the dashboard.
Contributing
Contributions are welcomed! Our Developer Documentation should provide more details in how ChimeraPy works and what is in current development.
License
ChimeraPy and ChimeraPy/Orchestrator uses the GNU GENERAL PUBLIC LICENSE, as found in LICENSE file.
Funding Info
This project is supported by the National Science Foundation under AI Institute Grant No. DRL-2112635.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file chimerapy-orchestrator-0.0.3.tar.gz
.
File metadata
- Download URL: chimerapy-orchestrator-0.0.3.tar.gz
- Upload date:
- Size: 134.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67d45a62760ef2b6e9c8971d23999a1badbea16002ab2b31ffcefd95eb1c2404 |
|
MD5 | 52e99405c1dcf8b7566f9e759be08ccc |
|
BLAKE2b-256 | c6c5b7e59abb3580ec3a2eac5c6af51b99b76558c35ef89542fa2c86a39b5914 |