kedro-sagemaker


Namekedro-sagemaker JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryKedro plugin with AWS SageMaker Pipelines support
upload_time2025-02-19 12:50:29
maintainerGetInData MLOPS
docs_urlNone
authorMarcin Zabłocki
requires_python<4.0,>=3.9
licenseApache-2.0
keywords kedro sagemaker aws mlops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

<p align="center">
  <a href="https://getindata.com/solutions/ml-platform-machine-learning-reliable-explainable-feature-engineering"><img height="150" src="https://getindata.com/img/logo.svg"></a>
  <h3 align="center">We help companies turn their data into assets</h3>
</p>

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

<img src="./docs/images/sagemaker_running_pipeline.gif" alt="Kedro SageMaker plugin" title="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:

<a href="https://www.youtube.com/watch?v=yXIdz4kNMc8">
    <img src="./docs/images/kedro-sagemaker-video-tutorial.jpg" alt="Kedro SageMaker video tutorial" title="Kedro SageMaker video tutorial" />
</a>


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kedro-sagemaker",
    "maintainer": "GetInData MLOPS",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "mlops@getindata.com",
    "keywords": "kedro, sagemaker, aws, mlops",
    "author": "Marcin Zab\u0142ocki",
    "author_email": "marcin.zablocki@getindata.com",
    "download_url": "https://files.pythonhosted.org/packages/49/d7/a90988f3e1233902d7a6ae57b728903a2f9cf6cd5f11af82d06c74a15835/kedro_sagemaker-0.4.0.tar.gz",
    "platform": null,
    "description": "# 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&metric=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&metric=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<p align=\"center\">\n  <a href=\"https://getindata.com/solutions/ml-platform-machine-learning-reliable-explainable-feature-engineering\"><img height=\"150\" src=\"https://getindata.com/img/logo.svg\"></a>\n  <h3 align=\"center\">We help companies turn their data into assets</h3>\n</p>\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<img src=\"./docs/images/sagemaker_running_pipeline.gif\" alt=\"Kedro SageMaker plugin\" title=\"Kedro SageMaker plugin\" />\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<a href=\"https://www.youtube.com/watch?v=yXIdz4kNMc8\">\n    <img src=\"./docs/images/kedro-sagemaker-video-tutorial.jpg\" alt=\"Kedro SageMaker video tutorial\" title=\"Kedro SageMaker video tutorial\" />\n</a>\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Kedro plugin with AWS SageMaker Pipelines support",
    "version": "0.4.0",
    "project_urls": {
        "Documentation": "https://kedro-sagemaker.readthedocs.io/",
        "Homepage": "https://github.com/getindata/kedro-sagemaker",
        "Repository": "https://github.com/getindata/kedro-sagemaker"
    },
    "split_keywords": [
        "kedro",
        " sagemaker",
        " aws",
        " mlops"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a222affa305c2d15bf69dc761865520f1209a2b2443120b5bc010134eac84b6",
                "md5": "907729a6eb791d9dbf4db11975852683",
                "sha256": "2321eab0620012e38001ec5db1cd70da9e607456b5d7f3cf20d818a253a8ff26"
            },
            "downloads": -1,
            "filename": "kedro_sagemaker-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "907729a6eb791d9dbf4db11975852683",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 23745,
            "upload_time": "2025-02-19T12:50:27",
            "upload_time_iso_8601": "2025-02-19T12:50:27.236044Z",
            "url": "https://files.pythonhosted.org/packages/9a/22/2affa305c2d15bf69dc761865520f1209a2b2443120b5bc010134eac84b6/kedro_sagemaker-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49d7a90988f3e1233902d7a6ae57b728903a2f9cf6cd5f11af82d06c74a15835",
                "md5": "0de6ba3a18d47868ef3b07a7b8197b7d",
                "sha256": "76952e726a18cf6bad4c481f9a734679ebf8c4d461b87006fa0c7b9193b3fb4c"
            },
            "downloads": -1,
            "filename": "kedro_sagemaker-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0de6ba3a18d47868ef3b07a7b8197b7d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 19580,
            "upload_time": "2025-02-19T12:50:29",
            "upload_time_iso_8601": "2025-02-19T12:50:29.039344Z",
            "url": "https://files.pythonhosted.org/packages/49/d7/a90988f3e1233902d7a6ae57b728903a2f9cf6cd5f11af82d06c74a15835/kedro_sagemaker-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-19 12:50:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "getindata",
    "github_project": "kedro-sagemaker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kedro-sagemaker"
}
        
Elapsed time: 1.11169s