2 Repos
Logical links between data models to ensure correct execution order based on lineage.
Distinct from Data Models: Distinct from Data Models: focuses on the dependency linking mechanism rather than the entity definition itself.
Explore 2 awesome GitHub repositories matching data & databases · Model Dependency References. Refine with filters or upvote what's useful.
dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d
Links data models together using references to ensure transformations execute in the correct order.
MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera
Links model instances via lightweight identifier references for efficient cross-entity relationships.