getindata-kedro-starters

Starters for kedro projects to simplify pipelines deployment using GetInData plugins


Keywords
kedro, starters, mlops
License
Apache-2.0
Install
pip install getindata-kedro-starters==0.2.0

Documentation

Kedro starters by GetInData

In GetInData we deploy Kedro-based projects to different environments (on-premise and cloud). This repository hosts the starters with a few deployment recipes, including the ones that use our plugins.

Available starters

Starters development

  1. Clone the repository and switch to develop
  2. Run poetry install
  3. Run source $(poetry env info --path)/bin/activate Note: when you use conda, you need the extra step of conda deactivate to avoid conflict between the conda and venv
  4. Install kedro pip install kedro==0.18.3
  5. Run kedro new -s <name-of-the-starter>