Path to this page:
./
devel/py-orca,
Python library for task orchestration
Branch: CURRENT,
Version: 1.8,
Package name: py312-orca-1.8,
Maintainer: baconOrca is a Python library for task orchestration. It's designed for
workflows like city simulation, where the data representing a model's
state is so large that it needs to be managed outside of the task
graph. The building blocks of a workflow are "steps", Python
functions that can be assembled on the fly into linear or cyclical
pipelines. Steps typically interact with a central data store that
persists in memory while the pipeline runs. Derived tables and
columns can be updated automatically as base data changes, and
pipeline components are evaluated lazily to reduce unnecessary
overhead.
Master sites:
Filesize: 19.29 KB
Version history: (Expand)
- (2024-11-23) Package added to pkgsrc.se, version py312-orca-1.8 (created)
CVS history: (Expand)
2024-11-22 22:56:24 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-orca: clean up
|
2024-11-22 22:37:43 by Jason Bacon | Files touched by this commit (4) | |
Log message:
devel/py-orca: Python library for task orchestration
Orca is a Python library for task orchestration. It's designed for
workflows like city simulation, where the data representing a model's
state is so large that it needs to be managed outside of the task
graph. The building blocks of a workflow are "steps", Python
functions that can be assembled on the fly into linear or cyclical
pipelines. Steps typically interact with a central data store that
persists in memory while the pipeline runs. Derived tables and
columns can be updated automatically as base data changes, and
pipeline components are evaluated lazily to reduce unnecessary
overhead.
|