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
·

1 Repo

Awesome GitHub RepositoriesPath-Based Relation Traversals

Retrieving all ancestors or descendants using indexed string matching on paths instead of recursive application-level lookups.

Distinct from Tree Traversal & Querying: Distinct from Tree Traversal: focuses on the database-level query mechanism using materialized paths rather than algorithmic traversal.

Explore 1 awesome GitHub repository matching data & databases · Path-Based Relation Traversals. Refine with filters or upvote what's useful.

Awesome Path-Based Relation Traversals GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • stefankroes/ancestryAvatar von stefankroes

    stefankroes/ancestry

    3,853Auf GitHub ansehen↗

    Ancestry is a materialized path tree library for managing hierarchical data models in relational databases. It provides a framework for organizing records into tree structures, allowing for the efficient retrieval of ancestors and descendants through path-based storage. The project distinguishes itself through specialized tools for maintaining tree integrity and transforming data. It includes a tree integrity manager to handle orphaned nodes and a JSON tree serializer that converts hierarchical database records into nested hashes or arrays for API responses. The library covers a broad range

    Uses path-based string matching in the database to fetch all ancestors or descendants without recursive application-level lookups.

    Ruby
    Auf GitHub ansehen↗3,853
  1. Home
  2. Data & Databases
  3. Path-Based Relation Traversals