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
·

2 Repos

Awesome GitHub RepositoriesGraph Element Existence Checks

Utilities for verifying the presence of properties on nodes or the existence of paths between graph elements.

Distinct from Existence Verification: Shortlist candidates focus on tables, columns, or users, not graph-specific properties and paths

Explore 2 awesome GitHub repositories matching data & databases · Graph Element Existence Checks. Refine with filters or upvote what's useful.

Awesome Graph Element Existence Checks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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 property existence checks on nodes and relationships, a fundamental graph querying capability.

    Cage-databaseagensgraphanalytics
    Auf GitHub ansehen↗4,236
  • memgraph/memgraphAvatar von memgraph

    memgraph/memgraph

    4,163Auf GitHub ansehen↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    Verifies the presence of specific structural patterns or properties before creating them in the graph.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  1. Home
  2. Data & Databases
  3. Graph Element Existence Checks