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

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

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

2 مستودعات

Awesome GitHub RepositoriesData Object Builders

Utilities for constructing complex, nested data structures through functional interfaces.

Distinct from Complex Data Modeling: Distinct from Complex Data Modeling: focuses on the construction process rather than the storage schema.

Explore 2 awesome GitHub repositories matching data & databases · Data Object Builders. Refine with filters or upvote what's useful.

Awesome Data Object Builders GitHub Repositories

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

    faker-js/faker

    14,896عرض على GitHub↗

    Faker is a library for generating synthetic data and mock information to populate development and testing environments. It provides a structured way to create realistic values such as names, addresses, and dates, allowing developers to validate application logic and visualize user interfaces without relying on production data. The library distinguishes itself through its support for deterministic generation, which uses fixed seeds to ensure that data sequences remain identical across multiple test executions. It also features a modular architecture that separates generation logic into indepen

    Constructs structured data by chaining generation functions to ensure logical consistency across related fields.

    TypeScriptbrowserdatafake
    عرض على GitHub↗14,896
  • bytedance/flowgram.aiالصورة الرمزية لـ bytedance

    bytedance/flowgram.ai

    8,146عرض على GitHub↗

    Flowgram.ai is a workflow development framework for building AI workflow platforms. It provides a visual drag-and-drop canvas for constructing workflows, an Entity-Component-System (ECS) based document model for structuring workflow nodes as a tree, and a node-based form engine for managing configuration forms with built-in rendering, validation, side effects, and error handling. The framework also includes a workflow execution engine that parses directed graph workflows and runs nodes step by step with state tracking and array iteration. The framework distinguishes itself through a layered r

    Assembles complex data objects from independent components for targeted subsystem consumption.

    TypeScriptaiautomationcoze
    عرض على GitHub↗8,146
  1. Home
  2. Data & Databases
  3. Relational Data Modeling
  4. Complex Data Modeling
  5. Data Object Builders

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

  • Component-Based Data CompositionAssembling complex data objects by combining independent components for consumption by different subsystems. **Distinct from Data Object Builders:** Distinct from Data Object Builders: focuses on composing data from independent components, not constructing nested structures via functional interfaces.