Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephanecollot/kedro-popmon
- Owner: stephanecollot
- Created: 2022-03-31T15:07:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T09:42:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T23:28:11.114Z (4 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 7
- Watchers: 2
- 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.