2 مستودعات
Fetching specific nodes and edges using unique identifiers, labels, or conditional predicates.
Distinct from Graph Element Upserting: Focuses on retrieval of existing elements rather than the creation or update logic of upserting.
Explore 2 awesome GitHub repositories matching data & databases · Graph Element Retrieval. Refine with filters or upvote what's useful.
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
Outputs all vertices, edges, and paths found in a query using a wildcard symbol.
Helix DB is a distributed graph database and knowledge graph platform that persists nodes and edges on object storage for durable and unlimited scaling. It operates as an ACID-compliant system, ensuring data consistency through serializable snapshot isolation during concurrent operations. The project distinguishes itself by combining a vector search engine and a property graph, utilizing hybrid vector and full-text search to locate entry points for graph traversals. It enables dynamic graph querying through a domain-specific language, allowing complex logic and recursive queries to be execute
Fetches specific nodes and edges using unique identifiers, labels, or conditional predicates.