2 repositorios
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.
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.
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.