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
·

4 Repos

Awesome GitHub RepositoriesGraph Path Metrics

Calculations involving the length of paths and the count of elements within a traversal sequence.

Distinct from Graph Analysis: Shortlist candidates focus on security attack paths, code paths, or SVG geometry, not general graph path length

Explore 4 awesome GitHub repositories matching data & databases · Graph Path Metrics. Refine with filters or upvote what's useful.

Awesome Graph Path Metrics GitHub Repositories

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

    qq547276542/Agriculture_KnowledgeGraph

    4,373Auf GitHub ansehen↗

    Agriculture Knowledge Graph is a structured triple-store system and decision support platform designed to transform raw agricultural documents into a machine-readable graph. It functions as a domain information retrieval system that extracts and queries agricultural data to provide intelligent answers and planning support. The project implements a full pipeline for knowledge graph construction, featuring a relation extraction framework and named entity recognition tools. It utilizes remote supervision and machine learning to identify and classify relationships between entities, converting uns

    Calculates the shortest path between entities within the knowledge graph to uncover hidden connections.

    Pythonknowledge-graphnamed-entity-recognitionquestion-answering
    Auf GitHub ansehen↗4,373
  • apache/ageAvatar von apache

    apache/age

    4,236Auf GitHub ansehen↗

    Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution

    Provides a function to calculate the number of relationships in a given path.

    Cage-databaseagensgraphanalytics
    Auf GitHub ansehen↗4,236
  • falkordb/falkordbAvatar von FalkorDB

    FalkorDB/FalkorDB

    3,437Auf GitHub ansehen↗

    FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut

    Optimizes query performance by precomputing distances between frequently queried node pairs.

    Ccloud-databasedatabasedatabase-as-a-service
    Auf GitHub ansehen↗3,437
  • hujiulong/gcoordAvatar von hujiulong

    hujiulong/gcoord

    3,251Auf GitHub ansehen↗

    gcoord is a coordinate conversion library that transforms geographic coordinates between China's three major map coordinate systems: WGS-84, GCJ-02, and BD-09. It handles the offset corrections required by national encryption policies, converting GPS or API-derived coordinates to align with the projections used by Chinese map providers like Baidu, Gaode, and Google China. The library provides direct conversions between all three systems, including WGS-84 to GCJ-02, WGS-84 to BD-09, GCJ-02 to BD-09, and their reverse transformations. It processes individual coordinate pairs, batches of coordin

    Uses precomputed offset tables to accelerate repeated coordinate conversions between frequently used systems.

    TypeScriptbd-09gcj-02geojson
    Auf GitHub ansehen↗3,251
  1. Home
  2. Data & Databases
  3. Graph Path Metrics

Unter-Tags erkunden

  • Precomputed Paths1 Sub-TagCached distance calculations between frequently queried nodes to accelerate search. **Distinct from Graph Path Metrics:** Focuses on the precomputation and caching of paths for performance, not just the metric calculation.