orca

Python library for task orchestration

https://github.com/udst/orca

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 14 committers (7.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Python library for task orchestration

Basic Info
Statistics
  • Stars: 53
  • Watchers: 14
  • Forks: 21
  • Open Issues: 9
  • Releases: 0
Created over 11 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Changelog Contributing License

README.rst

.. image:: https://img.shields.io/badge/coverage-97%25-green
  :alt: Coverage

Orca
====

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.

Orca is used in `UrbanSim `__ and other projects.

Documentation
-------------

- `udst.github.io/orca/ `__

Installation
------------

- ``pip install orca``
- ``conda install orca --channel conda-forge``

Owner

  • Name: Urban Data Science Toolkit by UrbanSim
  • Login: UDST
  • Kind: organization
  • Email: info@urbansim.com
  • Location: Berkeley, CA

Open source projects supporting urban spatial analysis, simulation, and visualization

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 284
  • Total Committers: 14
  • Avg Commits per committer: 20.286
  • Development Distribution Score (DDS): 0.433
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Matt Davis j****b@g****m 161
Sam Maurer m****r@b****u 27
Fletcher Foti f****i@g****m 22
Dara Adib d****b@s****m 19
Paul Sohn p****n@g****m 15
Max Gardner g****x@g****m 14
scott bridwell b****l@g****m 10
unknown e****z@g****m 5
Hana Sevcikova h****a@p****g 3
Paul Waddell p****l@g****m 3
Federico J. Fernandez f****z@s****m 2
Eh2406 Y****v@g****m 1
Billy Charlton b****y@o****m 1
MaxBo m****t@t****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 21
  • Total pull requests: 40
  • Average time to close issues: 8 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 9
  • Total pull request authors: 12
  • Average comments per issue: 2.76
  • Average comments per pull request: 3.33
  • Merged pull requests: 34
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • smmaurer (7)
  • bridwell (5)
  • Eh2406 (2)
  • pksohn (2)
  • joshua-reynolds (1)
  • MaxBo (1)
  • fscottfoti (1)
  • toliwaga (1)
  • hanase (1)
Pull Request Authors
  • smmaurer (12)
  • pksohn (7)
  • bridwell (5)
  • jiffyclub (4)
  • mxndrwgrdnr (3)
  • janowicz (2)
  • dependabot[bot] (2)
  • MaxBo (1)
  • fscottfoti (1)
  • billyc (1)
  • Eh2406 (1)
  • hanase (1)
Top Labels
Issue Labels
bug (1) enhancement (1)
Pull Request Labels
dependencies (2) enhancement (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 8,640 last-month
  • Total dependent packages: 11
    (may contain duplicates)
  • Total dependent repositories: 58
    (may contain duplicates)
  • Total versions: 18
  • Total maintainers: 3
pypi.org: orca

Python library for task orchestration

  • Versions: 11
  • Dependent Packages: 5
  • Dependent Repositories: 57
  • Downloads: 8,640 Last month
  • Docker Downloads: 0
Rankings
Dependent packages count: 1.6%
Dependent repos count: 2.0%
Downloads: 2.3%
Docker downloads count: 3.5%
Average: 4.5%
Forks count: 8.0%
Stargazers count: 9.4%
Maintainers (3)
Last synced: 11 months ago
conda-forge.org: orca

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.

  • Versions: 7
  • Dependent Packages: 6
  • Dependent Repositories: 1
Rankings
Dependent packages count: 9.0%
Dependent repos count: 24.3%
Average: 27.2%
Forks count: 35.3%
Stargazers count: 40.0%
Last synced: 12 months ago

Dependencies

orca/server/static/package.json npm
  • browserify ^10.2.4 development
  • gulp ^3.9.0 development
  • gulp-streamify 0.0.5 development
  • gulp-util ^3.0.5 development
  • lodash ^3.9.3 development
  • reactify ^1.1.1 development
  • vinyl-source-stream ^1.1.0 development
  • watchify ^3.2.2 development
  • URIjs ^1.15.2
  • classnames ^2.1.3
  • grapnel ^0.5.9
  • lodash ^4.17.13
  • react ^0.13.3
setup.py pypi
  • pandas *
  • tables *
  • toolz *