awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesGraph Element Retrieval

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.

Awesome Graph Element Retrieval GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apache/ageالصورة الرمزية لـ apache

    apache/age

    4,236عرض على GitHub↗

    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.

    Cage-databaseagensgraphanalytics
    عرض على GitHub↗4,236
  • helixdb/helix-dbالصورة الرمزية لـ HelixDB

    HelixDB/helix-db

    3,830عرض على GitHub↗

    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.

    Rustaiclidatabase
    عرض على GitHub↗3,830
  1. Home
  2. Data & Databases
  3. Graph Element Retrieval