Skip to content

TU-Berlin-SNET/Waldo-Kedro-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The waldo-kedro-starter Kedro starter

This Kedro starter was created as part of the Waldo research project.

Authors

Introduction

The code in this repository demonstrates best practice when working with Kedro. It contains a Kedro starter template with some initial configuration and an example pipeline.

Installation

In order to create a new kedro project using a starter, you need to apply the --starter flag to kedro new like this:

kedro new --starter=<path-to-waldo-kedro-starter>

You will now get a prompt to set your Project Name, Repository Name and Python Package Name. You can also specify this from a configuration file as follows:

kedro new --config=my_project_config.yml --starter=<path-to-waldo-kedro-starter>

About

Kedro-starter for Waldo projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published