awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • faker-js/fakerAvatar de faker-js

    faker-js/faker

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

    bytedance/flowgram.ai

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

Explorer les sous-tags

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