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

https://github.com/richardbnk/gcp_data_quality

A class designed to facilitate the creation and management of data quality monitoring processes, ensuring efficient and reliable data validation and maintenance.
https://github.com/richardbnk/gcp_data_quality

data-quality data-quality-checks data-quality-monitoring google-cloud-platform monitoring monitoring-automation process-automation

Last synced: 7 months ago
JSON representation

A class designed to facilitate the creation and management of data quality monitoring processes, ensuring efficient and reliable data validation and maintenance.

Awesome Lists containing this project

README

          

# Data Quality System for Monitoring Automated Processes on Google Cloud Platform (GCP)

## Python Library for Simplified Monitoring of Automated Workflows
### Author

**Name**: Richard Raphael Banak

### Installation

To install the library, use the following command:

```bash
pip install git+https://github.com/Richardbnk/GCP_Data_Quality
```

To update the library, run:

```bash
pip install --upgrade git+https://github.com/Richardbnk/GCP_Data_Quality
```

### Requirements

All necessary dependencies will be installed automatically when running the `pip install` command, as defined in the `requirements.txt` file.