Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getindata/kedro-vertexai
Kedro Plugin to support running workflows on GCP Vertex AI Pipelines
https://github.com/getindata/kedro-vertexai
googlecloudplatform kedro kedro-plugin machinelearning mlops vertexai
Last synced: 1 day ago
JSON representation
Kedro Plugin to support running workflows on GCP Vertex AI Pipelines
- Host: GitHub
- URL: https://github.com/getindata/kedro-vertexai
- Owner: getindata
- License: apache-2.0
- Created: 2022-02-18T13:57:41.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-09T15:06:34.000Z (29 days ago)
- Last Synced: 2025-01-21T08:07:12.897Z (17 days ago)
- Topics: googlecloudplatform, kedro, kedro-plugin, machinelearning, mlops, vertexai
- Language: Python
- Homepage: https://kedro-vertexai.readthedocs.io
- Size: 3.18 MB
- Stars: 35
- Watchers: 14
- Forks: 11
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kedro - kedro-vertexai - Enables running a Kedro pipeline with Vertex AI Pipelines service. ([Kedro plugins](https://docs.kedro.org/en/stable/extend_kedro/plugins.html))
README
# Kedro Vertex AI Plugin
[![Python Version](https://img.shields.io/pypi/pyversions/kedro-vertexai)](https://github.com/getindata/kedro-vertexai)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![SemVer](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)
[![PyPI version](https://badge.fury.io/py/kedro-vertexai.svg)](https://pypi.org/project/kedro-vertexai/)
[![Downloads](https://pepy.tech/badge/kedro-vertexai)](https://pepy.tech/project/kedro-vertexai)[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-vertexai&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-vertexai)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-vertexai&metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-vertexai)
[![Documentation Status](https://readthedocs.org/projects/kedro-vertexai/badge/?version=latest)](https://kedro-vertexai.readthedocs.io/en/latest/?badge=latest)## About
The main purpose of this plugin is to enable running kedro pipeline on Google Cloud Platform - Vertex AI Pipelines.
It supports translation from Kedro pipeline DSL to [kfp](https://www.kubeflow.org/docs/pipelines/sdk/sdk-overview/)
(pipelines SDK) and deployment to Vertex AI service with some convenient commands.The plugin can be used together with `kedro-docker` to simplify preparation of docker image for pipeline execution.
## Documentation
For detailed documentation refer to https://kedro-vertexai.readthedocs.io/
## Usage guide
```
Usage: kedro vertexai [OPTIONS] COMMAND [ARGS]...Interact with Google Cloud Platform :: Vertex AI Pipelines
Options:
-e, --env TEXT Environment to use.
-h, --help Show this message and exit.Commands:
compile Translates Kedro pipeline into JSON file with Kubeflow...
init Initializes configuration for the plugin
list-pipelines List deployed pipeline definitions
run-once Deploy pipeline as a single run within given experiment.
ui Open VertexAI Pipelines UI in new browser tab
```## Configuration file
`kedro init` generates configuration file for the plugin, but users may want to adjust it to match the run environment
requirements. Check documentation for details - [kedro-vertexai.readthedocs.io](https://kedro-vertexai.readthedocs.io/en/latest/source/02_installation/02_configuration.html)