Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getindata/kedro-sagemaker

Kedro Plugin to support running pipelines on AWS SageMaker.
https://github.com/getindata/kedro-sagemaker

kedro kedro-plugin machinelearning mlops sagemaker

Last synced: 28 days ago
JSON representation

Kedro Plugin to support running pipelines on AWS SageMaker.

Awesome Lists containing this project

README

        

# Kedro SageMaker Pipelines plugin

[![Python Version](https://img.shields.io/pypi/pyversions/kedro-sagemaker)](https://github.com/getindata/kedro-sagemaker)
[![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-sagemaker.svg)](https://pypi.org/project/kedro-sagemaker/)
[![Downloads](https://pepy.tech/badge/kedro-sagemaker)](https://pepy.tech/project/kedro-sagemaker)

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-sagemaker&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-sagemaker)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-sagemaker&metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-sagemaker)
[![Documentation Status](https://readthedocs.org/projects/kedro-sagemaker/badge/?version=latest)](https://kedro-sagemaker.readthedocs.io/en/latest/?badge=latest)



We help companies turn their data into assets

## About
This plugin enables you to run Kedro projects on Amazon SageMaker. Simply install the package and use the provided `kedro sagemaker` commands to build, push, and run your project on SageMaker.

Kedro SageMaker plugin

## Documentation

For detailed documentation refer to https://kedro-sagemaker.readthedocs.io/

## Usage guide

```
Usage: kedro sagemaker [OPTIONS] COMMAND [ARGS]...

Options:
-e, --env TEXT Environment to use.
-h, --help Show this message and exit.

Commands:
compile Compiles the pipeline to a JSON file
init Creates basic configuration for Kedro SageMaker plugin
run Runs the pipeline on SageMaker Pipelines
```

## Quickstart
Follow **quickstart** section on [kedro-sagemaker.readthedocs.io](https://kedro-sagemaker.readthedocs.io/) to see how to run your Kedro project on AWS SageMaker or watch the video below:


Kedro SageMaker video tutorial