awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesTransformation Validators

Enforces schema and type integrity during the compilation of data transformation pipelines.

Distinct from Data Type Validation: Distinct from Data Type Validation: focuses specifically on compile-time validation of transformation logic rather than runtime schema checking.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Transformation Validators. Refine with filters or upvote what's useful.

Awesome Transformation Validators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dbt-labs/dbt-coreالصورة الرمزية لـ dbt-labs

    dbt-labs/dbt-core

    13,051عرض على GitHub↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Compiles and executes code against the warehouse during development to detect errors and verify logic before committing changes.

    Rustanalyticsbusiness-intelligencedata-modeling
    عرض على GitHub↗13,051
  • prql/prqlالصورة الرمزية لـ PRQL

    PRQL/prql

    10,703عرض على GitHub↗

    PRQL is a functional, modular data transformation language that serves as a compiler for relational data pipelines. It allows developers to write expressive, pipelined queries that are translated into standard SQL dialects. By abstracting complex data manipulation into a readable, sequential syntax, the project enables the construction of maintainable workflows that remain independent of specific database engines. The language distinguishes itself through a robust compilation infrastructure that performs type validation and relational algebra analysis before generating target-specific code. I

    Enforces schema constraints and data structure integrity during the transformation process before generating executable code.

    Rustdatapipelinesql
    عرض على GitHub↗10,703
  • arktypeio/arktypeالصورة الرمزية لـ arktypeio

    arktypeio/arktype

    7,780عرض على GitHub↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    Processes data through a sequence of morphs to change its form after passing validation.

    TypeScriptjavascriptparsingruntime-typechecking
    عرض على GitHub↗7,780
  • samchon/typiaالصورة الرمزية لـ samchon

    samchon/typia

    5,837عرض على GitHub↗

    Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It

    Confirms the transformer is active and producing correct results by running a simple type-check call.

    Go
    عرض على GitHub↗5,837
  1. Home
  2. Software Engineering & Architecture
  3. Data Schema Validation
  4. Data Type Validation
  5. Transformation Validators

استكشف الوسوم الفرعية

  • Live Transformation Verification1 وسم فرعيCompiles and executes code against the warehouse during development to detect errors. **Distinct from Transformation Validators:** Distinct from Transformation Validators: focuses on live warehouse execution for verification rather than static compile-time validation.