https://github.com/zapata-engineering/orquestra-sdk
Compose computational workflows from Python
https://github.com/zapata-engineering/orquestra-sdk
product-development
Last synced: 5 months ago
JSON representation
Compose computational workflows from Python
- Host: GitHub
- URL: https://github.com/zapata-engineering/orquestra-sdk
- Owner: zapata-engineering
- Created: 2023-01-11T11:08:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T14:15:38.000Z (over 1 year ago)
- Last Synced: 2025-09-28T23:12:28.483Z (9 months ago)
- Topics: product-development
- Language: Python
- Homepage:
- Size: 3.07 MB
- Stars: 11
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Orquestra Workflow SDK Monorepo
## Monorepo
This monorepo contains the different packages required to write and run workflows. Each package is located in `projects/`
The following packages are included:
- `orquestra-sdk`: the main client library for Orquestra Workflow SDK.
## What is Orquestra Workflow SDK?
`orquestra-sdk` is a Python library for expressing and executing computational workflows locally and on the [Orquestra](https://www.zapatacomputing.com/orquestra) platform.
Please see `projects/orquestra-sdk` for more information.
## Get started
Orquestra Workflow SDK is published to PyPI and should be installed from there via `pip`. This will pull in any additional packages required to write and run workflows locally and remotely.
```bash
pip install "orquestra-sdk[all]"
```
Please refer to the [Orquestra Workflow SDK docs](https://docs.orquestra.io/docs/core/sdk/).
## Bug Reporting
If you'd like to report a bug/issue please create a [new issue using one of the templates](https://github.com/zapata-engineering/orquestra-sdk/issues).
## Contributing
Please see our [CONTRIBUTING.md](CONTRIBUTING.md) for more information on contributing to Orquestra Workflow SDK.