awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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 3 awesome GitHub repositories matching data & databases · Data Object Builders. Refine with filters or upvote what's useful.

Awesome Data Object Builders GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • faker-js/fakerAvatar von faker-js

    faker-js/faker

    14,896Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,896
  • bytedance/flowgram.aiAvatar von bytedance

    bytedance/flowgram.ai

    8,146Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,146
  • gdquest-demos/godot-4-procedural-generationAvatar von gdquest-demos

    gdquest-demos/godot-4-procedural-generation

    1,863Auf GitHub ansehen↗

    This project is a procedural content generation toolkit designed for the Godot engine. It provides a collection of algorithmic techniques and modular tools for dynamically spawning game assets, map layouts, and emergent systems in both 2D and 3D environments. The framework distinguishes itself by offering specialized systems for both large-scale world construction and granular asset assembly. It supports the creation of expansive terrains and infinite worlds through noise-based distribution and shader-rendered biomes, while simultaneously providing modular systems to generate unique combat eq

    Assembles unique game assets by dynamically combining modular data structures and attributes into a single functional object.

    GDScriptgdscriptgodot-enginegodot-procedural
    Auf GitHub ansehen↗1,863
  1. Home
  2. Data & Databases
  3. Relational Data Modeling
  4. Complex Data Modeling
  5. Data Object Builders

Unter-Tags erkunden

  • Component-Based Data Composition1 Sub-TagAssembling 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.