KO
|
EN
gitlite — search
Search
#deep-learning
#pytorch
#flutter
#python
#reactjs
#neural-network
#c
#windows
#go
#golang
#ios
#scraper
dcs-core
★ 177
Open GitHub ↗
Open Source Data Quality Monitoring.
Download README (.md)
Explore Similar Repositories
openapi-json-schema-generator
:
OpenAPI JSON Schema Generator allows auto-generation of API client libraries with a focus on JSON schema given an OpenAPI document
SSRT3
:
Real-time global illumination using screen-space information for Unity HDRP
flexible-graphrag
:
Python, LlamaIndex, LangChain, Docker Compose: 15 Property Graph, 4 RDF , 10 Vector, OpenSearch, Elasticsearch, Alfresco, Nuxeo DBs. 14 data sources (10 auto-sync), KG auto-building, Ontologies, LLMs, Docling, LlamaParse, LiteParse, GraphRAG, RAG, Hybrid Search, AI Chat. TypeScript React, Vue, Angular frontends, REST, MCP Server, optional Langflow.
AIAgentCogNest
:
AIAgentCogNest(AI + Agent + Cognition + Nest)主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识、从零开始的智能体原理及落地实践教程。
agentql-mcp
:
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dcs-core
?
Download (.md)
<p align="center"> <img alt="Logo" src="https://raw.githubusercontent.com/waterdipai/datachecks/main/docs/assets/datachecks_banner_logo.svg" width="1512"> </p> <p align="center"><b>Open Source Data Quality Monitoring.</b></p> <p align="center"> <img align="center" alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/> <img align="center" src="https://img.shields.io/pypi/pyversions/datachecks"/> <img align="center" alt="Versions" src="https://img.shields.io/pypi/v/datachecks"/> <img align="center" alt="coverage" src="https://static.pepy.tech/personalized-badge/datachecks?period=total&units=international_system&left_color=black&right_color=green&left_text=Downloads"/> <img align="center" alt="coverage" src="https://codecov.io/gh/waterdipai/datachecks/branch/main/graph/badge.svg?token=cn6lkDRXpl"> <img align="center" alt="Status" src="https://github.com/waterdipai/datachecks/actions/workflows/ci.yml/badge.svg?branch=main"/> </p> <div align="center"> ⭐️ If you like it, star the repo <a href="https://github.com/waterdipai/waterdip/stargazers"></a> ⭐ <h3>| <a href="https://docs.datachecks.io/">Documentations</a> | <a href="https://join.slack.com/t/datachecks/shared_invite/zt-1zqsigy4i-s5aadIh2mjhdpVWU0PstPg">Slack Community</a> | </h3> </div> ## Why Data 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. <p align="center"> <img alt="why_data_observability" src="https://raw.githubusercontent.com/datachecks/dcs-core/main/docs/assets/datachecks_why_data_observability.svg" width="800"> </p> 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. ## What is `datachecks`? 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 ### Reports: Data Quality Visualisation 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. <p align="center"> <img alt="why_data_observability" src="https://raw.githubusercontent.com/datachecks/dcs-core/main/docs/assets/datachecks_dashboard.png" width="800"> </p> ### CLI: Data Quality Visualisation in Bash Data quality report can be generated in the terminal. It is very useful for debugging. All it takes is one command. <p align="center"> <img alt="why_data_observability" src="https://raw.githubusercontent.com/datachecks/dcs-core/main/docs/assets/datachecks_cli_output.png" width="800"> </p> ## Getting Started Install `datachecks` with the command that is specific to the database. ### Install Datachecks To install all datachecks dependencies, use the below command. ```shell pip install dcs-core -U ``` ### Create the config file 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](https://docs.datachecks.io/dcs-oss/config/validation-config) ### Run from CLI **Generate Report in Terminal** ```shell dcs-core inspect -C config.yaml ``` **Generate HTML Report** ```shell dcs-core inspect -C config.yaml --html-report ``` Please visit the [Quick Start Guide](https://docs.datachecks.io/dcs-oss/introduction/getting-started) ## Supported Data Sources Datachecks supports sql and search data sources. Below are the list of supported data sources. | Data Source | Type | Supported | |---------------------------------------------------------------------------------------|------------------------|------------| | [Postgres](https://docs.datachecks.io/dcs-oss/integrations/transactional/postgres) | Transactional Database | :thumbsup: | | [MySql](https://docs.datachecks.io/dcs-oss/integrations/transactional/mysql) | Transactional Database | :thumbsup: | | [MS SQL Server](https://docs.datachecks.io/dcs-oss/integrations/transactional/mssql) | Transactional Database | :thumbsup: | | [Oracle](https://docs.datachecks.io/dcs-oss/integrations/transactional/oracle) | Transactional Database | :thumbsup: | | [DB2](https://docs.datachecks.io/dcs-oss/integrations/transactional/db2) | Transactional Database | :thumbsup: | | [SAP Sybase](https://docs.datachecks.io/dcs-oss/integrations/warehouse/sybase) | Transactional Database | :thumbsup: | | [OpenSearch](https://docs.datachecks.io/dcs-oss/integrations/search/opensearch) | Search Engine | :thumbsup: | | [Elasticsearch](https://docs.datachecks.io/dcs-oss/integrations/search/elasticsearch) | Search Engine | :thumbsup: | | [GCP BigQuery](https://docs.datachecks.io/dcs-oss/integrations/warehouse/bigquery) | Data Warehouse | :thumbsup: | | [DataBricks](https://docs.datachecks.io/dcs-oss/integrations/warehouse/databricks) | Data Warehouse | :thumbsup: | | [Snowflake](https://docs.datachecks.io/dcs-oss/integrations/warehouse/snowflake) | Data Warehouse | :thumbsup: | | [AWS RedShift](https://docs.datachecks.io/dcs-oss/integrations/warehouse/redshift) | Data Warehouse | :thumbsup: | ## Metric Types | Validation Funtions | Description | |------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------| | **[Reliability](https://docs.datachecks.io/dcs-oss/validations/reliability)** | Reliability functions detect whether tables/indices/collections are updating with timely data | | **[Numeric Distribution](https://docs.datachecks.io/dcs-oss/validations/distribution)** | Numeric Distribution functions detect changes in the numeric distributions i.e. of values, variance, skew and more | | **[Uniqueness](https://docs.datachecks.io/dcs-oss/validations/uniqueness)** | Uniqueness functions detect when data constraints are breached like duplicates, number of distinct values etc | | **[Completeness](https://docs.datachecks.io/dcs-oss/validations/completeness)** | Completeness functions detect when there are missing values in datasets i.e. Null, empty value | | **[Validity](https://docs.datachecks.io/dcs-oss/validations/pattern-matching)** | Validity functions detect whether data is formatted correctly and represents a valid value | ## Overview <p align="center"> <img alt="datacheck_architecture" src="https://raw.githubusercontent.com/datachecks/dcs-core/main/docs/assets/data_check_architecture.svg" width="800"> </p> ## What Datacheck does not do? <p align="middle"> <img alt="" src="https://raw.githubusercontent.com/datachecks/dcs-core/main/docs/assets/datachecks_does_not_do.svg" width="800"/> </p> ## Community & Support For additional information and help, you can use one of these channels: - [Slack](https://join.slack.com/t/datachecks/shared_invite/zt-1zqsigy4i-s5aadIh2mjhdpVWU0PstPg) \(Live chat with the team, support, discussions, etc.\) - [GitHub issues](https://github.com/waterdipai/datachecks/issues) \(Bug reports, feature requests) ## **Contributions** :raised_hands: We greatly appreciate contributions - be it a bug fix, new feature, or documentation! Check out the [contributions guide](https://github.com/waterdipai/datachecks/blob/main/CONTRIBUTING.md) and [open issues](https://github.com/waterdipai/datachecks/issues). **Datachecks contributors: :blue_heart:** <a href="https://github.com/subhankarb"><img src="https://avatars.githubusercontent.com/u/2178361?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/niyasrad"><img src="https://avatars.githubusercontent.com/u/84234554?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/WeryZebra-Yue"><img src="https://avatars.githubusercontent.com/u/75676675?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/gaurav-wdi"><img src="https://avatars.githubusercontent.com/u/82873511?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/PULAK0717"><img src="https://avatars.githubusercontent.com/u/101057457?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/fabriciodadosbr"><img src="https://avatars.githubusercontent.com/u/96063978?v=4" width="50" height="50" alt=""/></a> ## Telemetry [Usage Analytics & Data Privacy](https://github.com/waterdipai/datachecks/blob/main/docs/support/usage_analytics.md) ## License This project is licensed under the terms of the [APACHE 2 License](https://github.com/waterdipai/datachecks/blob/main/LICENSE).