awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesData Validation Libraries

Tools for verifying the structure and content of untrusted external data at the application boundary to ensure type safety.

Distinguishing note: This category focuses on runtime schema enforcement and data integrity checks, distinct from general-purpose testing or database-level constraints.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Data Validation Libraries. Refine with filters or upvote what's useful.

Awesome Data Validation Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • colinhacks/zodcolinhacks का अवतार

    colinhacks/zod

    43,036GitHub पर देखें↗

    Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a

    Provides robust runtime schema validation to ensure incoming data conforms to expected types and structures before processing.

    TypeScriptruntime-validationschema-validationstatic-types
    GitHub पर देखें↗43,036
  • fastify/fastifyfastify का अवतार

    fastify/fastify

    36,508GitHub पर देखें↗

    This project is a high-performance web framework designed for building scalable server-side applications with minimal resource consumption. It provides a type-safe runtime environment that leverages static analysis to ensure consistent data structures across request handlers and server configurations, facilitating reliable API development. The framework distinguishes itself through a schema-driven validation layer that enforces strict data integrity for incoming requests and outgoing responses using standardized definitions. It utilizes an encapsulated plugin architecture that organizes appli

    Enforces strict data integrity for incoming requests and outgoing responses using standardized schema definitions.

    JavaScripthacktoberfestnodejsperformance
    GitHub पर देखें↗36,508
  • samuelcolvin/pydanticsamuelcolvin का अवतार

    samuelcolvin/pydantic

    28,043GitHub पर देखें↗

    Pydantic Python के लिए एक डेटा वैलिडेशन लाइब्रेरी और पार्सिंग फ्रेमवर्क है। यह एक टाइप-आधारित स्कीमा वैलिडेटर के रूप में कार्य करता है जो यह सुनिश्चित करने के लिए स्टैंडर्ड Python टाइप एनोटेशन का उपयोग करता है कि इनपुट डेटा पूर्वनिर्धारित स्ट्रक्चरल स्कीमा के अनुरूप है। यह प्रोजेक्ट स्वचालित टाइप कन्वर्जन और वैलिडेशन के माध्यम से रॉ डेटा को टाइप्ड ऑब्जेक्ट्स में पार्स करने की क्षमताएं प्रदान करता है। इसमें डेटा का सीरियलाइज़ेशन और शुद्धता लागू करने के लिए डेटा स्ट्रक्चर्स का वैलिडेशन शामिल है। यह फ्रेमवर्क कई एप्लिकेशन क्षेत्रों को कवर करता है, जिसमें API अनुरोधों का सत्यापन और एप्लिकेशन कॉन्फ़िगरेशन का प्रबंधन शामिल है। यह JSON जैसे रॉ फॉर्मेट्स को स्ट्रक्चर्ड Python ऑब्जेक्ट्स में बदलने की अनुमति देता है।

    Enforces runtime schema validation and data integrity checks on external data at application boundaries.

    Python
    GitHub पर देखें↗28,043
  • fastapi/sqlmodelfastapi का अवतार

    fastapi/sqlmodel

    18,137GitHub पर देखें↗

    SQLModel is a type-safe object-relational mapping library for Python that integrates database schema definitions with data validation logic. By combining these two roles into a single class, it allows developers to manage relational data structures and enforce data integrity for web APIs simultaneously. The framework is built to support asynchronous database operations, enabling high-performance applications to execute queries and transactions without blocking the main execution thread. The library distinguishes itself by leveraging Python type hints to provide IDE autocompletion and compile-

    Combines Python type hints with database schema definitions for unified data validation and object-relational mapping.

    Pythonfastapijsonjson-schema
    GitHub पर देखें↗18,137
  • fluentvalidation/fluentvalidationFluentValidation का अवतार

    FluentValidation/FluentValidation

    9,727GitHub पर देखें↗

    FluentValidation is a .NET validation library used to define strongly-typed validation rules for objects. It utilizes a fluent interface API and lambda expressions to ensure data integrity for classes and properties within the .NET type system. The library separates validation logic from business entities to keep domain models focused on core functionality. This approach enables the enforcement of business logic and the sanitization of input data or API payloads through a sequence of logic checks. The system supports complex validation surface areas, including the ability to nest validators

    Serves as a primary .NET library for defining strongly-typed validation rules using a fluent API.

    C#
    GitHub पर देखें↗9,727
  • jetify-com/typeidjetify-com का अवतार

    jetify-com/typeid

    3,596GitHub पर देखें↗

    Typeid is a library for generating, encoding, and validating unique identifiers that combine human-readable prefixes with sortable, type-safe suffixes. By integrating descriptive prefixes with standardized binary-to-string conversion, it provides a structured approach to managing identifiers that remain globally unique and consistent across distributed systems. The project distinguishes itself by utilizing time-ordered bit structures and Crockford Base32 encoding to ensure that identifiers are both chronologically sortable and URL-safe. This format allows for the translation of standard 128-b

    Provides a toolkit for verifying identifier constraints to ensure data integrity across distributed systems.

    Goguidtypeiduuid
    GitHub पर देखें↗3,596
  1. Home
  2. Software Engineering & Architecture
  3. Data Validation Libraries