https://github.com/deepset-ai/canals

A component orchestration engine

https://github.com/deepset-ai/canals

Science Score: 13.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary

Keywords

networkx orchestration python3
Last synced: 4 months ago · JSON representation

Repository

A component orchestration engine

Basic Info
Statistics
  • Stars: 28
  • Watchers: 3
  • Forks: 3
  • Open Issues: 0
  • Releases: 18
Archived
Topics
networkx orchestration python3
Created almost 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Codeowners

README.md

⚠️ The project was merged into Haystack, namely into the core package.

Canals

PyPI - Version PyPI - Python Version Tests Coverage Status Documentation Last commit Monthly Downloads Stars Stats

Canals is a component orchestration engine. Components are Python objects that can execute a task, like reading a file, performing calculations, or making API calls. Canals connects these objects together: it builds a graph of components and takes care of managing their execution order, making sure that each object receives the input it expects from the other components of the pipeline.

Canals powers version 2.0 of the Haystack framework.

Installation

To install Canals, run:

console pip install canals

To be able to draw pipelines (Pipeline.draw() method), please make sure you have either an internet connection (to reach the Mermaid graph renderer at https://mermaid.ink) or graphviz (version 2.49.0) installed. If you plan to use Mermaid there is no additional steps to take, while for graphviz you need to do:

GraphViz

console sudo apt install graphviz # You may need `graphviz-dev` too pip install pygraphviz

Owner

  • Name: deepset
  • Login: deepset-ai
  • Kind: organization
  • Email: hello@deepset.ai
  • Location: Berlin, Germany

Building enterprise search systems powered by latest NLP & open-source.

GitHub Events

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

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 49
  • Total pull requests: 120
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 4 days
  • Total issue authors: 7
  • Total pull request authors: 6
  • Average comments per issue: 0.76
  • Average comments per pull request: 0.34
  • Merged pull requests: 96
  • Bot issues: 0
  • Bot pull requests: 0
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
  • ZanSara (25)
  • silvanocerza (11)
  • julian-risch (3)
  • tholor (3)
  • MichelBartels (1)
  • TuanaCelik (1)
  • mayankjobanputra (1)
Pull Request Authors
  • ZanSara (50)
  • silvanocerza (43)
  • masci (15)
  • vblagoje (5)
  • julian-risch (2)
  • MichelBartels (1)
Top Labels
Issue Labels
contributions welcome (8)
Pull Request Labels
breaking change (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 21,857 last-month
  • Total docker downloads: 121
  • Total dependent packages: 2
  • Total dependent repositories: 14
  • Total versions: 28
  • Total maintainers: 1
pypi.org: canals

A component orchestration engine for Haystack

  • Versions: 28
  • Dependent Packages: 2
  • Dependent Repositories: 14
  • Downloads: 21,857 Last month
  • Docker Downloads: 121
Rankings
Downloads: 1.0%
Docker downloads count: 3.6%
Dependent repos count: 3.9%
Dependent packages count: 7.4%
Average: 8.3%
Stargazers count: 14.5%
Forks count: 19.3%
Maintainers (1)
Last synced: 5 months ago

Dependencies

.github/workflows/release.yml actions
  • actions/checkout v3 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • networkx *
.github/workflows/api-docs.yml actions
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite