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: about 1 month ago
JSON representation
A kedro-plugin for integration of popmon capabilities inside kedro projects
- Host: GitHub
- URL: https://github.com/stephanecollot/kedro-popmon
- Owner: stephanecollot
- Created: 2022-03-31T15:07:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T09:42:37.000Z (about 3 years ago)
- Last Synced: 2025-04-12T21:03:04.371Z (about 1 month ago)
- Language: Python
- Size: 12.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kedro - kedro-popmon - A Kedro plugin for integration of popmon capabilities. ([Kedro plugins](https://docs.kedro.org/en/stable/extend_kedro/plugins.html))
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.