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

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

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

2 مستودعات

Awesome GitHub RepositoriesNode Retrieval

Outputting graph vertices from a matched pattern, returning the full node object.

Distinct from Graph Node Property Management: Distinct from Graph Node Property Management: focuses on returning nodes in query results, not managing their properties.

Explore 2 awesome GitHub repositories matching data & databases · Node Retrieval. Refine with filters or upvote what's useful.

Awesome Node Retrieval GitHub Repositories

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

    humanwhocodes/computer-science-in-javascript

    9,119عرض على GitHub↗

    This is a collection of classic computer science algorithms and data structures implemented from scratch in JavaScript. The project provides reference implementations of fundamental concepts including sorting algorithms, binary search, linked lists, and binary search trees, all built as standalone pure functions with no external dependencies. The implementations cover a range of data structures, including singly-linked, doubly-linked, and circular linked lists with full traversal and mutation operations, as well as binary search trees supporting insertion, deletion, and search. Sorting algori

    Walk the list from the head to find and return the node at a given index.

    JavaScript
    عرض على GitHub↗9,119
  • 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

    Returns full node objects with labels and properties from matched graph patterns.

    Cage-databaseagensgraphanalytics
    عرض على GitHub↗4,236
  1. Home
  2. Data & Databases
  3. Graph Node Property Management
  4. Node Retrieval

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

  • Index-Based RetrievalsFetching a node from a linked list by walking from the head to a specified numeric index. **Distinct from Node Retrieval:** Distinct from Node Retrieval: focuses on index-based lookup in linear linked lists rather than graph query results.