awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 dépôts

Awesome GitHub RepositoriesData Quality and Validation

Frameworks for ensuring data integrity and schema compliance.

Explore 12 awesome GitHub repositories matching part of an awesome list · Data Quality and Validation. Refine with filters or upvote what's useful.

Awesome Data Quality and Validation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pydantic/pydanticAvatar de pydantic

    pydantic/pydantic

    26,932Voir sur GitHub↗

    Pydantic is a data validation and serialization library that enforces schema constraints and performs type conversion on complex data structures. It utilizes standard Python type annotations to define data models, allowing developers to establish structured schemas that automatically enforce business rules and constraints without the need for custom domain-specific languages. The library distinguishes itself by transforming high-level model definitions into optimized code during initialization to minimize runtime overhead. It supports recursive validation for nested data structures and employ

    Data validation using Python type annotations.

    Pythonhintsjson-schemaparsing
    Voir sur GitHub↗26,932
  • ludwig-ai/ludwigAvatar de ludwig-ai

    ludwig-ai/ludwig

    11,717Voir sur GitHub↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Checks dataframes for missing values and class imbalances to ensure data consistency before training.

    Pythoncomputer-visiondata-centricdata-science
    Voir sur GitHub↗11,717
  • yzhao062/pyodAvatar de yzhao062

    yzhao062/pyod

    9,878Voir sur GitHub↗

    PyOD is a Python anomaly detection library used to identify outliers in tabular, time series, graph, text, and image data. It provides a collection of algorithms for detecting anomalous data points and includes a unified detector interface that standardizes input and output signatures across its available detection algorithms. The project features a multi-modal outlier detector for identifying anomalies across diverse formats including unstructured text and images, as well as a specialized toolkit for graph-based and time-series anomaly detection. It includes an ensemble framework for combini

    Outlier and anomaly detection.

    Pythonagentic-aianomaly-detectiondata-mining
    Voir sur GitHub↗9,878
  • apache/seatunnelAvatar de apache

    apache/seatunnel

    9,427Voir sur GitHub↗

    SeaTunnel is a distributed data integration engine designed to synchronize structured and unstructured data across diverse sources and sinks. It functions as a multi-engine execution framework that can run data integration tasks across different distributed computing backends to optimize workload performance. The project is distinguished by a visual data pipeline designer for configuring workflows without manual code and a specialized change data capture tool for streaming incremental database updates. It also includes an enrichment pipeline that integrates large language models and embedding

    Includes processes for checking records against predefined rules to ensure data integrity during movement.

    Javaapachebatchcdc
    Voir sur GitHub↗9,427
  • feast-dev/feastAvatar de feast-dev

    feast-dev/feast

    6,727Voir sur GitHub↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Feast profiles and validates feature data against expectations to catch drift or errors before they affect models.

    Pythonbig-datadata-engineeringdata-quality
    Voir sur GitHub↗6,727
  • focus-creative-games/lubanAvatar de focus-creative-games

    focus-creative-games/luban

    4,458Voir sur GitHub↗

    Luban est une chaîne d'outils de configuration de jeu conçue pour convertir des données basées sur des feuilles de calcul en formats binaires optimisés et en code source typé pour plusieurs langages. Il fonctionne comme une suite complète pour la validation de configuration, les pipelines de sérialisation de données et la génération de code afin d'assurer la cohérence des données à travers différentes plateformes. Le système dispose d'un générateur de code multi-langage qui produit des classes de données fortement typées à partir de schémas, éliminant le besoin de réflexion. Il inclut un gestionnaire de localisation pour exporter du texte traduit et des assets avec des correctifs spécifiques à la locale, ainsi qu'un pipeline de sérialisation qui transforme les fichiers sources structurés en binaires pour un transfert réseau efficace. La chaîne d'outils fournit un moteur de validation de configuration pour effectuer des vérifications d'intégrité référentielle et de vérification des chemins de ressources. Elle supporte en outre la modélisation de données complexe via un système de types orienté objet qui permet l'héritage de données et des structures imbriquées au sein des fichiers de configuration.

    Checks referential integrity and resource paths in configuration files to prevent runtime crashes and data errors.

    C#cocos2d-xconfigcsv
    Voir sur GitHub↗4,458
  • unionai-oss/panderaAvatar de unionai-oss

    unionai-oss/pandera

    4,382Voir sur GitHub↗

    Pandera is a data pipeline validation framework and statistical type validation tool. It functions as a library for defining and enforcing schemas on datasets to ensure data quality and consistency, specifically providing validation capabilities for Pandas dataframes. The project includes a schema inference tool that automates setup by analyzing existing dataset samples to generate validation schemas. It also serves as a synthetic data generator, creating artificial datasets based on predefined schemas to verify data-producing functions. The framework covers data engineering quality assuranc

    Data validation through declarative schemas.

    Pythonassertionsdata-assertionsdata-check
    Voir sur GitHub↗4,382
  • pyeve/cerberusAvatar de pyeve

    pyeve/cerberus

    3,284Voir sur GitHub↗

    Lightweight, extensible data validation library for Python

    Data validation through schemas.

    Pythondata-validationpython
    Voir sur GitHub↗3,284
  • danielbeach/data-engineering-practiceAvatar de danielbeach

    danielbeach/data-engineering-practice

    2,726Voir sur GitHub↗

    Data engineering practice repository providing tutorials, distributed processing engines, and Python data pipeline automation scripts. The system encompasses automated data validation, distributed compute aggregation, embedded columnar querying, lazy evaluation planning, partitioned storage export, and cloud storage retrieval. The capability surface covers cloud integration and storage, data engineering and pipelines, data processing and analytics, data quality and testing, database and storage, file management, and monitoring and observability.

    Validates incoming datasets against automated schema rules and structural constraints prior to pipeline execution.

    Python
    Voir sur GitHub↗2,726
  • seldonio/alibi-detectAvatar de SeldonIO

    SeldonIO/alibi-detect

    2,523Voir sur GitHub↗

    Algorithms for outlier, adversarial and drift detection

    Outlier, adversarial, and drift detection.

    Jupyter Notebook
    Voir sur GitHub↗2,523
  • frappe/crmAvatar de frappe

    frappe/crm

    2,363Voir sur GitHub↗

    This project is an open-source customer relationship management platform that functions as a low-code application development framework. It provides a unified interface for tracking sales pipelines, managing customer interactions, and automating lead routing. The platform is built to serve as a business process automation tool, allowing users to define custom data structures and workflows to streamline operational tasks. The system distinguishes itself through its metadata-driven architecture, which enables dynamic form generation and relational document modeling. By utilizing server-side scr

    Applies conditional logic and mandatory field checks to ensure data integrity before saving records.

    Vuecrmcrm-connectionscrm-platform
    Voir sur GitHub↗2,363
  • nathanepstein/doraAvatar de nathanepstein

    nathanepstein/dora

    648Voir sur GitHub↗

    Tools for exploratory data analysis in Python

    Automate EDA, preprocessing, and feature engineering.

    Python
    Voir sur GitHub↗648
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Quality and Validation

Explorer les sous-tags

  • Feature Drift DetectorsValidates feature data against baseline profiles to detect drift or quality regressions before they affect models. **Distinct from Data Quality and Validation:** Distinct from Data Quality and Validation: focuses on drift detection and validation of ML features specifically, not general data integrity or schema compliance.
  • Game Data ValidationChecking referential integrity and resource paths in game configuration files to prevent crashes. **Distinct from Data Quality and Validation:** Specific to game configuration files and resource paths rather than general data quality frameworks.