{"id":13459573,"url":"https://github.com/getindata/kedro-kubeflow","last_synced_at":"2025-04-30T16:23:06.986Z","repository":{"id":38108485,"uuid":"322714866","full_name":"getindata/kedro-kubeflow","owner":"getindata","description":"Kedro Plugin to support running workflows on Kubeflow Pipelines","archived":false,"fork":false,"pushed_at":"2024-09-04T16:14:24.000Z","size":2001,"stargazers_count":53,"open_issues_count":36,"forks_count":21,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-04-16T10:06:51.556Z","etag":null,"topics":["ai-pipelines","kedro","kedro-kubeflow","kedro-plugin","kubeflow","kubeflow-pipelines","machinelearning","mlops"],"latest_commit_sha":null,"homepage":"https://kedro-kubeflow.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getindata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-18T22:06:17.000Z","updated_at":"2025-02-01T18:57:37.000Z","dependencies_parsed_at":"2024-06-25T10:10:48.183Z","dependency_job_id":"52bfc0b5-ed3d-4071-961f-9420d9c070c1","html_url":"https://github.com/getindata/kedro-kubeflow","commit_stats":{"total_commits":259,"total_committers":16,"mean_commits":16.1875,"dds":0.7297297297297297,"last_synced_commit":"d3cff89ce03e9bcc1b31598a8fa17aadeb2717ab"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-kubeflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-kubeflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-kubeflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-kubeflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getindata","download_url":"https://codeload.github.com/getindata/kedro-kubeflow/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251740393,"owners_count":21636044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-pipelines","kedro","kedro-kubeflow","kedro-plugin","kubeflow","kubeflow-pipelines","machinelearning","mlops"],"created_at":"2024-07-31T10:00:19.899Z","updated_at":"2025-04-30T16:23:06.966Z","avatar_url":"https://github.com/getindata.png","language":"Python","funding_links":[],"categories":["[Kedro plugins](https://docs.kedro.org/en/stable/extend_kedro/plugins.html)"],"sub_categories":[],"readme":"# Kedro Kubeflow Plugin\n\n[![Python Version](https://img.shields.io/pypi/pyversions/kedro-kubeflow)](https://github.com/getindata/kedro-kubeflow)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![SemVer](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)\n[![PyPI version](https://badge.fury.io/py/kedro-kubeflow.svg)](https://pypi.org/project/kedro-kubeflow/)\n[![Downloads](https://pepy.tech/badge/kedro-kubeflow)](https://pepy.tech/project/kedro-kubeflow)\n\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-kubeflow\u0026metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-kubeflow)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-kubeflow\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-kubeflow)\n[![Documentation Status](https://readthedocs.org/projects/kedro-kubeflow/badge/?version=latest)](https://kedro-kubeflow.readthedocs.io/en/latest/?badge=latest)\n\n## About\n\nThe main purpose of this plugin is to enable running kedro pipeline on Kubeflow Pipelines. It supports translation from \nKedro pipeline DSL to [kfp](https://www.kubeflow.org/docs/pipelines/sdk/sdk-overview/) (pipelines SDK) and deployment to \na running kubeflow cluster with some convenient commands.\n\nThe plugin can be used together with `kedro-docker` to simplify preparation of docker image for pipeline execution.   \n\n## Documentation\n\nFor detailed documentation refer to https://kedro-kubeflow.readthedocs.io/\n\n## Usage guide\n\n\n```\nUsage: kedro kubeflow [OPTIONS] COMMAND [ARGS]...\n \n   Interact with Kubeflow Pipelines\n \n Options:\n   -h, --help  Show this message and exit.\n \n Commands:\n   compile          Translates Kedro pipeline into YAML file with Kubeflow pipeline definition\n   init             Initializes configuration for the plugin\n   list-pipelines   List deployed pipeline definitions\n   run-once         Deploy pipeline as a single run within given experiment.\n   schedule         Schedules recurring execution of latest version of the pipeline\n   ui               Open Kubeflow Pipelines UI in new browser tab\n   upload-pipeline  Uploads pipeline to Kubeflow server\n```\n\n## Configuration file\n\n`kedro init` generates configuration file for the plugin, but users may want\nto adjust it to match the run environment requirements: https://kedro-kubeflow.readthedocs.io/en/latest/source/02_installation/02_configuration.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetindata%2Fkedro-kubeflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetindata%2Fkedro-kubeflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetindata%2Fkedro-kubeflow/lists"}