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

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

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

1 مستودع

Awesome GitHub RepositoriesSQL-Embedded Graph Queries

Embed openCypher graph queries inside SQL statements, including CTEs, joins, and subqueries, for hybrid relational-graph analysis.

Distinct from Graph Querying: Distinct from Graph Querying: focuses on embedding graph queries inside SQL statements, not standalone graph traversal.

Explore 1 awesome GitHub repository matching data & databases · SQL-Embedded Graph Queries. Refine with filters or upvote what's useful.

Awesome SQL-Embedded Graph Queries 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

    Embeds openCypher graph queries inside SQL statements including CTEs, joins, and subqueries.

    Cage-databaseagensgraphanalytics
    عرض على GitHub↗4,236
  1. Home
  2. Data & Databases
  3. Graph Querying
  4. SQL-Embedded Graph Queries