{"id":13459576,"url":"https://github.com/getindata/kedro-sagemaker","last_synced_at":"2025-07-27T23:35:44.773Z","repository":{"id":65761463,"uuid":"570192747","full_name":"getindata/kedro-sagemaker","owner":"getindata","description":"Kedro Plugin to support running pipelines on AWS SageMaker.","archived":false,"fork":false,"pushed_at":"2025-02-19T12:50:24.000Z","size":1327,"stargazers_count":22,"open_issues_count":7,"forks_count":8,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-06-16T07:22:21.903Z","etag":null,"topics":["kedro","kedro-plugin","machinelearning","mlops","sagemaker"],"latest_commit_sha":null,"homepage":"https://kedro-sagemaker.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":"2022-11-24T14:50:36.000Z","updated_at":"2025-05-13T05:19:34.000Z","dependencies_parsed_at":"2025-01-31T11:22:09.306Z","dependency_job_id":"17eb72a3-001b-4fc8-88fe-c2d613b9efd2","html_url":"https://github.com/getindata/kedro-sagemaker","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/getindata/kedro-sagemaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-sagemaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-sagemaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-sagemaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-sagemaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getindata","download_url":"https://codeload.github.com/getindata/kedro-sagemaker/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fkedro-sagemaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265570333,"owners_count":23789906,"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":["kedro","kedro-plugin","machinelearning","mlops","sagemaker"],"created_at":"2024-07-31T10:00:19.970Z","updated_at":"2025-07-27T23:35:44.754Z","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 SageMaker Pipelines plugin\n\n[![Python Version](https://img.shields.io/pypi/pyversions/kedro-sagemaker)](https://github.com/getindata/kedro-sagemaker)\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-sagemaker.svg)](https://pypi.org/project/kedro-sagemaker/)\n[![Downloads](https://pepy.tech/badge/kedro-sagemaker)](https://pepy.tech/project/kedro-sagemaker)\n\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-sagemaker\u0026metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-sagemaker)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-sagemaker\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-sagemaker)\n[![Documentation Status](https://readthedocs.org/projects/kedro-sagemaker/badge/?version=latest)](https://kedro-sagemaker.readthedocs.io/en/latest/?badge=latest)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://getindata.com/solutions/ml-platform-machine-learning-reliable-explainable-feature-engineering\"\u003e\u003cimg height=\"150\" src=\"https://getindata.com/img/logo.svg\"\u003e\u003c/a\u003e\n  \u003ch3 align=\"center\"\u003eWe help companies turn their data into assets\u003c/h3\u003e\n\u003c/p\u003e\n\n## About\nThis 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.\n\n\u003cimg src=\"./docs/images/sagemaker_running_pipeline.gif\" alt=\"Kedro SageMaker plugin\" title=\"Kedro SageMaker plugin\" /\u003e\n\n\n## Documentation \n\nFor detailed documentation refer to https://kedro-sagemaker.readthedocs.io/\n\n## Usage guide\n\n```\nUsage: kedro sagemaker [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  -e, --env TEXT  Environment to use.\n  -h, --help      Show this message and exit.\n\nCommands:\n  compile  Compiles the pipeline to a JSON file\n  init     Creates basic configuration for Kedro SageMaker plugin\n  run      Runs the pipeline on SageMaker Pipelines\n```\n\n## Quickstart\nFollow **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:\n\n\u003ca href=\"https://www.youtube.com/watch?v=yXIdz4kNMc8\"\u003e\n    \u003cimg src=\"./docs/images/kedro-sagemaker-video-tutorial.jpg\" alt=\"Kedro SageMaker video tutorial\" title=\"Kedro SageMaker video tutorial\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetindata%2Fkedro-sagemaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetindata%2Fkedro-sagemaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetindata%2Fkedro-sagemaker/lists"}