Data-centric workflow orchestration.
Project description
kiara
A data-centric workflow orchestration framework.
- kiara user documentation: https://dharpa.org/kiara.documentation
- Code: https://github.com/DHARPA-Project/kiara
- Development documentation for this repo: https://dharpa.org/kiara
Description
Kiara is the data orchestration engine developed by the DHARPA project. It uses a modular approach to let users re-use tried and tested data orchestration pipelines, as well as create new ones from existing building blocks. It also helps you manage your research data, and augment it with automatically-, semi-automatically-, and manually- created metadata. Most of this is not yet implemented.
Development
Requirements
- Python (version >=3.6 -- some make targets only work for Python >=3.7, but kiara itself should work on 3.6)
- pip, virtualenv
- git
- make
- direnv (optional)
Prepare development environment
git clone https://github.com/DHARPA-Project/kiara.git
cd kiara
python3 -m venv .venv
source .venv/bin/activate
make init
If you use direnv, you can alternatively do:
git clone https://github.com/DHARPA-Project/kiara.git
cd kiara
cp .envrc.disabled .envrc
direnv allow
make init
Note: you might want to adjust the Python version in .envrc
(should not be necessary in most cases though)
make
targets
init
: init development project (install project & dev dependencies into virtualenv, as well as pre-commit git hook)update-modules
: update default kiara modules package from gitflake
: run flake8 testsmypy
: run mypy teststest
: run unit testsdocs
: create static documentation pages (underbuild/site
)serve-docs
: serve documentation pages (incl. auto-reload) for getting direct feedback when working on documentationclean
: clean build directories
For details (and other, minor targets), check the Makefile
.
Running tests
> make test
# or
> make coverage
Copyright & license
This project is MPL v2.0 licensed, for the license text please check the LICENSE file in this repository.
- Copyright (c) 2021, 2022 DHARPA project
- Copyright (c) 2021, 2022 Markus Binsteiner
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
Built Distribution
File details
Details for the file kiara-0.5.12.tar.gz
.
File metadata
- Download URL: kiara-0.5.12.tar.gz
- Upload date:
- Size: 758.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 298201e5aa103e84483fcb3a9326c17dbf2ff4df138337c7961b38ff46df2e7b |
|
MD5 | 2071302817024b97cef0f7c2d1e9407d |
|
BLAKE2b-256 | e90dbbdb899d00d7f722f430d043ab202a141b3f5c92ef7e5bf8ec39cdef78da |
File details
Details for the file kiara-0.5.12-py3-none-any.whl
.
File metadata
- Download URL: kiara-0.5.12-py3-none-any.whl
- Upload date:
- Size: 529.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef17ba13e4ebc0e6f8b0beaee6ffd49a4bc4b18bd4e4705bb050295e3a7ded0b |
|
MD5 | e1ec35906ff96fc67a5902b5d68302fb |
|
BLAKE2b-256 | 53d6e310a2041608f272fa8a035b9deab5967c12301cc844a8cdcf9f61a02bac |