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 RepositoriesModel Dependency References

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.

Awesome Model Dependency References 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.
  • dbt-labs/dbt-coreAvatar de dbt-labs

    dbt-labs/dbt-core

    13,051Voir sur GitHub↗

    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.

    Rustanalyticsbusiness-intelligencedata-modeling
    Voir sur GitHub↗13,051
  • mobxjs/mobx-state-treeAvatar de mobxjs

    mobxjs/mobx-state-tree

    7,050Voir sur GitHub↗

    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.

    TypeScripthacktoberfestmobxmobx-state-tree
    Voir sur GitHub↗7,050
  1. Home
  2. Data & Databases
  3. Data Models
  4. Model Dependency References

Explorer les sous-tags

  • State Tree Model LinkersMechanisms for storing lightweight identifiers that resolve to other model instances for cross-entity relationships. **Distinct from Model Dependency References:** Distinct from Model Dependency References: links models via identifiers within a reactive state tree, not execution order dependencies.