awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesGraph Node Property Management

Operations for adding, updating, and removing key-value attributes on graph vertices.

Distinct from Tree Node Property Mappings: Existing candidates focus on tree mapping, DOM removal, or scene initialization, not general graph property CRUD.

Explore 4 awesome GitHub repositories matching data & databases · Graph Node Property Management. Refine with filters or upvote what's useful.

Awesome Graph Node Property Management GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • humanwhocodes/computer-science-in-javascripthumanwhocodes 的头像

    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/ageapache 的头像

    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
  • memgraph/memgraphmemgraph 的头像

    memgraph/memgraph

    4,163在 GitHub 上查看↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    The product generates nodes using labels and properties derived from procedure results or maps.

    C++cyphergraphgraph-algorithms
    在 GitHub 上查看↗4,163
  • panaversity/learn-agentic-aipanaversity 的头像

    panaversity/learn-agentic-ai

    3,908在 GitHub 上查看↗

    This project is an educational curriculum and architectural framework for building autonomous AI agents and multi-agent systems. It provides a structured learning path focused on the development of independent software components capable of planning, executing tasks, and utilizing external tools to achieve high-level goals. The framework emphasizes multi-agent system orchestration through distributed architectures where specialized agents collaborate using standardized communication protocols. It details specific design patterns such as dual-memory systems for maintaining short-term plans and

    Provides operations for creating, updating, and removing key-value attributes on graph vertices and edges.

    Jupyter Notebooka2aagentic-aidapr
    在 GitHub 上查看↗3,908
  1. Home
  2. Data & Databases
  3. Graph Node Property Management

探索子标签

  • Node GenerationProcesses for creating new vertices based on external data, procedure results, or property maps. **Distinct from Graph Node Property Management:** Distinct from Property Management: focuses on the instantiation of the node itself rather than updating its existing attributes.
  • Node Retrieval1 个子标签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.