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: 11 months ago
JSON representation
Kedro Plugin to support running pipelines on AWS SageMaker.
- Host: GitHub
- URL: https://github.com/getindata/kedro-sagemaker
- Owner: getindata
- License: apache-2.0
- Created: 2022-11-24T14:50:36.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-19T12:50:24.000Z (over 1 year ago)
- Last Synced: 2025-06-16T07:22:21.903Z (12 months ago)
- Topics: kedro, kedro-plugin, machinelearning, mlops, sagemaker
- Language: Python
- Homepage: https://kedro-sagemaker.readthedocs.io
- Size: 1.27 MB
- Stars: 22
- Watchers: 9
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kedro - kedro-sagemaker - Enables running a Kedro pipeline with Amazon SageMaker service. ([Kedro plugins](https://docs.kedro.org/en/stable/extend_kedro/plugins.html))
README
# Kedro SageMaker Pipelines plugin
[](https://github.com/getindata/kedro-sagemaker)
[](https://opensource.org/licenses/Apache-2.0)
[](https://semver.org/)
[](https://pypi.org/project/kedro-sagemaker/)
[](https://pepy.tech/project/kedro-sagemaker)
[](https://sonarcloud.io/summary/new_code?id=getindata_kedro-sagemaker)
[](https://sonarcloud.io/summary/new_code?id=getindata_kedro-sagemaker)
[](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.

## 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: