Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephanecollot/kedro-popmon

A kedro-plugin for integration of popmon capabilities inside kedro projects
https://github.com/stephanecollot/kedro-popmon

Last synced: 4 months ago
JSON representation

A kedro-plugin for integration of popmon capabilities inside kedro projects

Awesome Lists containing this project

README

        

# Kedro Popmon

Kedro-popmon is a plugin to integrate popmon reporting with kedro.
This plugin allows you to automate the process of popmon feature and output stability monitoring.

## How to install
```bash
pip install kedro-popmon
```

## How to use it

Run `kedro popmon init` in a existing kedro project.
You will get the `conf/base/popmon.yml`.
Edit `conf/base/popmon.yml` according to the way described in it.
Example:
```
example_iris_data:
date_column: date
columns:
- sepal_length
```

When you do `kedro run` you shall expect your reports to be generated in
`data/08_reporting/` folder.