Skip to content

Cookiecutter for DAPS project powered by McKinsey Kedro

Notifications You must be signed in to change notification settings

Dennis055/dai-analytics

Repository files navigation

Kedro starter for DAI (Data Analytics & Insight )

Overview

Personally I use Cookiecutter to initiate data analytics project

Simply run :

cookiecutter https://github.com/Dennis055/dai-analytics.git
pip install kedro==0.16.5
kedro new --starter git+https://github.com/Dennis055/dai-analytics.git
cd <my-project-name>  # change directory into newly created project directory

Install the required dependencies:

kedro install

How to install dependencies

Declare any dependencies in src/requirements.txt for pip installation and src/environment.yml for conda installation.

To install them, run:

pip install -r src/requirements.txt

Now you can run the project:

kedro run

To visualise the default pipeline, run:

kedro viz

This will open the default browser and display the following pipeline visualisation:

About

Cookiecutter for DAPS project powered by McKinsey Kedro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published