Open Source Data Quality Monitoring.
APM (Application Performance Monitoring) tools are used to monitor the performance of applications. APM tools are mandatory part of dev stack. Without AMP tools, it is very difficult to monitor the performance of applications.
But for Data products regular APM tools are not enough. We need a new kind of tools that can monitor the performance of Data applications. Data monitoring tools are used to monitor the data quality of databases and data pipelines. It identifies potential issues, including in the databases and data pipelines. It helps to identify the root cause of the data quality issues and helps to improve the data quality.
Datachecks is an open-source data monitoring tool that helps to monitor the data quality of databases and data pipelines. It identifies potential issues, including in the databases and data pipelines. It helps to identify the root cause of the data quality issues and helps to improve the data quality.
Datachecks can generate several reliability, uniqueness, completeness metrics from several data sources
You can generate with just one command. It generates a beautiful data quality report with all the metrics. This html report can be shared with the team.
Data quality report can be generated in the terminal. It is very useful for debugging. All it takes is one command.
Install datachecks
with the command that is specific to the database.
To install all datachecks dependencies, use the below command.
pip install dcs-core -U
With a simple config file, you can generate data quality reports for your data sources. Below is the sample config example. For more details, please visit the config guide
Generate Report in Terminal
dcs-core inspect -C config.yaml
Generate HTML Report
dcs-core inspect -C config.yaml --html-report
Please visit the Quick Start Guide
Datachecks supports sql and search data sources. Below are the list of supported data sources.
Data Source | Type | Supported |
---|---|---|
Postgres | Transactional Database | π |
MySql | Transactional Database | π |
MS SQL Server | Transactional Database | π |
Oracle | Transactional Database | π |
DB2 | Transactional Database | π |
OpenSearch | Search Engine | π |
Elasticsearch | Search Engine | π |
GCP BigQuery | Data Warehouse | π |
DataBricks | Data Warehouse | π |
Snowflake | Data Warehouse | π |
AWS RedShift | Data Warehouse | π |
Validation Funtions | Description |
---|---|
Reliability | Reliability functions detect whether tables/indices/collections are updating with timely data |
Numeric Distribution | Numeric Distribution functions detect changes in the numeric distributions i.e. of values, variance, skew and more |
Uniqueness | Uniqueness functions detect when data constraints are breached like duplicates, number of distinct values etc |
Completeness | Completeness functions detect when there are missing values in datasets i.e. Null, empty value |
Validity | Validity functions detect whether data is formatted correctly and represents a valid value |
For additional information and help, you can use one of these channels:
- Slack (Live chat with the team, support, discussions, etc.)
- GitHub issues (Bug reports, feature requests)
π We greatly appreciate contributions - be it a bug fix, new feature, or documentation!
Check out the contributions guide and open issues.
Datachecks contributors: π
Usage Analytics & Data Privacy
This project is licensed under the terms of the APACHE 2 License.