kedro-sagemaker


Namekedro-sagemaker JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/getindata/kedro-sagemaker
SummaryKedro plugin with AWS SageMaker Pipelines support
upload_time2023-02-08 14:51:55
maintainerGetInData MLOPS
docs_urlNone
authorMarcin Zabłocki
requires_python>=3.8,<3.11
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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/getindata/kedro-sagemaker",
    "name": "kedro-sagemaker",
    "maintainer": "GetInData MLOPS",
    "docs_url": null,
    "requires_python": ">=3.8,<3.11",
    "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/a7/87/e6dee0b3b0c32a4d6f274f593b6c81521f7af329da31f4ee578c365d476c/kedro_sagemaker-0.2.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.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Kedro plugin with AWS SageMaker Pipelines support",
    "version": "0.2.0",
    "split_keywords": [
        "kedro",
        "sagemaker",
        "aws",
        "mlops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5239688b71766fa3870015b0a80fc3bd654fd83b57325f192827037e91169c9a",
                "md5": "46338764b51366c8710b93964dabdcd5",
                "sha256": "2368b0138b48e1b782b6df0864e7ef199295e426886aa0a42515d2a4bbac68bb"
            },
            "downloads": -1,
            "filename": "kedro_sagemaker-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46338764b51366c8710b93964dabdcd5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.11",
            "size": 23421,
            "upload_time": "2023-02-08T14:51:52",
            "upload_time_iso_8601": "2023-02-08T14:51:52.871465Z",
            "url": "https://files.pythonhosted.org/packages/52/39/688b71766fa3870015b0a80fc3bd654fd83b57325f192827037e91169c9a/kedro_sagemaker-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a787e6dee0b3b0c32a4d6f274f593b6c81521f7af329da31f4ee578c365d476c",
                "md5": "3e6888cecf1da083adf82b1e71418d6d",
                "sha256": "22dc97908c185909541de7defee44b32a633c6c9cbf43456ef41d1f0c8514ae0"
            },
            "downloads": -1,
            "filename": "kedro_sagemaker-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3e6888cecf1da083adf82b1e71418d6d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.11",
            "size": 20148,
            "upload_time": "2023-02-08T14:51:55",
            "upload_time_iso_8601": "2023-02-08T14:51:55.034357Z",
            "url": "https://files.pythonhosted.org/packages/a7/87/e6dee0b3b0c32a4d6f274f593b6c81521f7af329da31f4ee578c365d476c/kedro_sagemaker-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-08 14:51:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "getindata",
    "github_project": "kedro-sagemaker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "kedro-sagemaker"
}
        
Elapsed time: 0.04121s