awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • faker-js/fakerAvatar de faker-js

    faker-js/faker

    14,896Ver en 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
    Ver en GitHub↗14,896
  • bytedance/flowgram.aiAvatar de bytedance

    bytedance/flowgram.ai

    8,146Ver en 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
    Ver en GitHub↗8,146
  1. Home
  2. Data & Databases
  3. Relational Data Modeling
  4. Complex Data Modeling
  5. Data Object Builders

Explorar subetiquetas

  • 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.