pipelines
by
kubeflow

Description: Machine Learning Pipelines for Kubeflow

View on GitHub ↗

Summary Information

Updated 16 minutes ago
Added to GitGenius on June 18th, 2024
Created on May 12th, 2018
Open Issues & Pull Requests: 421 (+0)
Number of forks: 2,031
Total Stargazers: 4,169 (+0)
Total Subscribers: 97 (+0)

Issue Activity (beta)

Open issues: 179
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 330 days
Stale 30+ days: 87
Stale 90+ days: 52

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 9
Events in 7 days: 20

Top labels

  • kind/bug (1,714)
  • lifecycle/stale (1,398)
  • kind/feature (946)
  • area/backend (836)
  • area/sdk (640)
  • area/frontend (575)
  • status/triaged (567)
  • priority/p1 (329)

Repository Insights (GitGenius)

Median issue/PR response: 0.2 hours
Mean response time: 736.1 days
90th percentile: 2410.2 days
Tracked items: 1,280

Most active contributors

Detailed Description

Kubeflow Pipelines is a machine learning workflow orchestration system built on Kubernetes that enables users to construct, deploy, and manage end-to-end ML workflows. Written primarily in Python, it serves as a core component of the Kubeflow ML toolkit and provides the Kubeflow Pipelines SDK for building reusable ML pipelines that can run on Kubernetes clusters with portability and scalability.

The repository addresses three primary objectives outlined in its documentation: enabling end-to-end orchestration of ML pipelines, facilitating easy experimentation through trial and experiment management, and promoting component and pipeline reusability to accelerate solution development. Users can install Kubeflow Pipelines either as part of the complete Kubeflow Platform or as a standalone service. The system has evolved to support modern Kubernetes environments by defaulting to the Emissary Executor from version 1.8 onward, which is container runtime agnostic and works with any Kubernetes-supported container runtime, replacing the deprecated Docker container runtime that was incompatible with Kubernetes 1.20 and later.

The project maintains compatibility with specific dependency versions including Argo Workflows v3.7 and v4.0, and MySQL v8. Under the hood, Kubeflow Pipelines leverages Argo Workflows to orchestrate Kubernetes resources, a relationship the project acknowledges and credits in its documentation. The repository includes comprehensive documentation covering SDK usage, API specifications, and Python SDK references, along with architectural details and developer guides for contributors.

GitGenius activity data reveals substantial community engagement with a median issue and pull request response latency of 0.2 hours across 1280 tracked items, indicating rapid triage and response. The most frequently labeled issues fall into three categories: kind/bug with 539 occurrences, kind/feature with 360 occurrences, and lifecycle/stale with 358 occurrences. The most active contributors tracked include HumairAK with 365 events, hbelmiro with 267 events, and juliusvonkohout with 247 events. The repository shares overlapping contributors with microsoft/vscode, kubeflow/kubeflow, and microsoft/typescript, suggesting cross-project collaboration within the broader ML and cloud-native ecosystems.

The project maintains an active community with biweekly meetings held on Wednesdays from 10-11 AM PST and a dedicated Slack channel on the Cloud Native Computing Foundation workspace. The repository includes optional developer tooling through a just command runner that wraps existing make targets for convenience, though all CI and release workflows continue to use the underlying make infrastructure. Contributing guidelines and developer setup documentation are provided to facilitate community participation in the project's ongoing development and maintenance.

pipelines
by
kubeflowkubeflow/pipelines

Repository Details

Fetching additional details & charts...