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

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

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

8 مستودعات

Awesome GitHub RepositoriesGraph-Relational Databases

Database systems that combine the strengths of relational storage with graph-based schemas and querying.

Distinct from Relational Databases: None of the candidates specifically capture the hybrid graph-relational identity of the database itself.

Explore 8 awesome GitHub repositories matching data & databases · Graph-Relational Databases. Refine with filters or upvote what's useful.

Awesome Graph-Relational Databases GitHub Repositories

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

    edgedb/edgedb

    14,104عرض على GitHub↗

    EdgeDB is a graph-relational database that combines a PostgreSQL backend with a graph-based schema and query language. It functions as an object-relational mapper and graph query engine, allowing data to be modeled as objects and links to align storage with modern programming language structures. The system features a composable query language designed to retrieve deeply nested or interconnected data without the use of manual SQL joins. It includes an integrated AI-driven data retrieval solution with built-in support for vector embeddings. The platform provides a schema migration tool for tr

    Combines a relational PostgreSQL backend with a graph-based schema and query language.

    Python
    عرض على GitHub↗14,104
  • instantdb/instantالصورة الرمزية لـ instantdb

    instantdb/instant

    10,330عرض على GitHub↗

    Instant is a real-time backend as a service and relational graph database designed to synchronize data across clients automatically. It functions as a data synchronization layer that provides authentication, permissions, and relational data storage for web and mobile applications. The platform includes an optimistic UI framework that updates local interfaces immediately during writes and handles automatic server rollbacks. It also features a real-time presence system to broadcast transient user states, such as cursor positions and online status, to other connected clients. The system manages

    Implements a relational graph database that synchronizes structured data across clients in real time.

    TypeScript
    عرض على GitHub↗10,330
  • github/codeqlالصورة الرمزية لـ github

    github/codeql

    9,252عرض على GitHub↗

    CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete

    Represents source code as a hybrid graph-relational database to enable complex structural and data flow analysis.

    CodeQLcodeqlgithub-advanced-securitygithub-security-lab
    عرض على GitHub↗9,252
  • typedb/typedbالصورة الرمزية لـ typedb

    typedb/typedb

    4,353عرض على GitHub↗

    TypeDB هو قاعدة بيانات رسومية ذات نوع قوي ونظام إدارة قاعدة بيانات معرفية. يعمل كمخزن بيانات متعدد النماذج يوحد الهياكل العلائقية والمستندية والرسومية في بيئة واحدة، ويعمل كقاعدة بيانات متوافقة مع ACID ومحرك استعلام تصريحي. يتميز النظام باستخدام نمذجة الرسم البياني الفائق (n-ary hypergraph) وتسلسلات هرمية للأنواع متعددة الأشكال. يستخدم مخططاً ذا نوع قوي لفرض القواعد الهيكلية والتحقق من سلامة البيانات، مما يسمح بالاستدلال متعدد الأشكال القائم على النوع وتعدد أشكال الواجهة القائم على الدور لحل العلاقات المعقدة تلقائياً أثناء تنفيذ الاستعلام. تغطي المنصة مجموعة واسعة من القدرات بما في ذلك حساب العلاقات العودية عبر الجدولة، ومعاملات عزل اللقطات، واسترجاع البيانات التصريحي. كما يدعم التوافر العالي من خلال تكرار الكتلة القائم على الإجماع، والتحكم في الوصول القائم على الدور، والتكامل مع وكلاء الذكاء الاصطناعي لاسترجاع البيانات المهيكلة. يتم دعم الإدارة عبر واجهة سطر أوامر، ويوفر النظام أدوات لتصور مخططات الرسوم البيانية وتدقيق النشاط الإداري.

    Functions as a strongly-typed graph database that validates all data and queries against a strictly enforced schema.

    Rustdatabaseinferenceknowledge-base
    عرض على GitHub↗4,353
  • 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

    Adds graph database capabilities to PostgreSQL, enabling hybrid queries with both SQL and Cypher.

    Cage-databaseagensgraphanalytics
    عرض على GitHub↗4,236
  • falkordb/falkordbالصورة الرمزية لـ FalkorDB

    FalkorDB/FalkorDB

    3,437عرض على GitHub↗

    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

    Combines row-based precision for metadata access with columnar efficiency for high-performance analytics.

    Ccloud-databasedatabasedatabase-as-a-service
    عرض على GitHub↗3,437
  • jpcertcc/logontracerالصورة الرمزية لـ JPCERTCC

    JPCERTCC/LogonTracer

    3,136عرض على GitHub↗

    LogonTracer is a security auditing tool designed for logon analysis and forensic log auditing. It functions as a dockerized security auditor that utilizes a security event graph database to map account names and network addresses, allowing for the visualization of complex system compromise patterns and authentication paths. The system features a Sigma detection engine that scans imported event logs against standardized rule sets to identify known malicious activity. It also includes an anomalous behavior detector that applies statistical analysis, graph algorithms, and hidden Markov models to

    Maps account and network data into a graph database to analyze complex authentication paths.

    Pythonactive-directoryblueteamdfir
    عرض على GitHub↗3,136
  • dpapathanasiou/simple-graphالصورة الرمزية لـ dpapathanasiou

    dpapathanasiou/simple-graph

    1,523عرض على GitHub↗

    Simple Graph is a lightweight graph database engine that utilizes SQLite to persist nodes and edges. It functions as a relational graph engine by mapping graph structures into standard database tables, allowing for the storage of both structured data and flexible, schema-less information through JSON document embedding. The system provides a utility for performing complex graph traversals and path discovery by leveraging recursive common table expressions. This approach enables the exploration of deep connections and sequences of connected nodes within the stored data network. The project su

    Maps graph nodes and edges into structured relational tables for persistent storage.

    عرض على GitHub↗1,523
  1. Home
  2. Data & Databases
  3. Graph-Relational Databases

استكشف الوسوم الفرعية

  • Hybrid Analytics1 وسم فرعيAnalytical tools that combine relational SQL expressions with graph traversals for statistical computation. **Distinct from Graph-Relational Databases:** Focuses on the analytical execution and aggregation across models, whereas Graph-Relational Databases is the system identity.
  • Hybrid Relational-Graph QueriesRuns standard SQL and openCypher graph queries within a single PostgreSQL database, eliminating the need for separate data stores. **Distinct from Graph-Relational Databases:** Distinct from Graph-Relational Databases: focuses on the query capability to combine SQL and Cypher in one statement, not the database architecture itself.
  • Loadable Extension EnginesExtends a relational database with graph capabilities by loading a shared library that hooks into the query planner and executor. **Distinct from Graph-Relational Databases:** Distinct from Graph-Relational Databases: focuses on the loadable extension mechanism, not the hybrid database system itself.
  • Strongly-Typed Graph DatabasesGraph databases that strictly enforce a declarative schema for all entities and relations. **Distinct from Graph-Relational Databases:** Specifically emphasizes the strongly-typed schema enforcement over general hybrid graph-relational storage.