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

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

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

4 个仓库

Awesome GitHub RepositoriesList Property Storage

Storing collections of simple values as a single property on a graph element.

Distinct from Collection Property Modifiers: Specifically describes the storage of arrays/lists within a single node or relationship property, rather than bulk modifying properties across a collection of objects.

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

Awesome List Property Storage GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thinkaurelius/titanthinkaurelius 的头像

    thinkaurelius/titan

    5,228在 GitHub 上查看↗

    Titan is a distributed graph database and computing engine designed for storing and querying massive datasets of interconnected nodes and edges across multi-machine clusters. It functions as a scalable graph storage layer and transactional store, providing a framework for executing large-scale graph processing jobs and deep traversals. The system is distinguished by its pluggable storage backend, which decouples the graph engine from the physical persistence layer. It utilizes vertex-cut data partitioning to balance processing loads and a set-cardinality property model that allows single prop

    Supports a set-cardinality property model allowing a single vertex or edge property to store multiple values simultaneously.

    Java
    在 GitHub 上查看↗5,228
  • 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

    Supports updating multiple properties on a vertex or edge in a single SET clause.

    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 saves collections of homogeneous simple values as a single property on an element.

    C++cyphergraphgraph-algorithms
    在 GitHub 上查看↗4,163
  • openrewrite/rewriteopenrewrite 的头像

    openrewrite/rewrite

    3,312在 GitHub 上查看↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Changes specific configuration property keys to new values to ensure compatibility.

    Javaabstract-syntax-treeastcode-search
    在 GitHub 上查看↗3,312
  1. Home
  2. Data & Databases
  3. Object Property Accessors
  4. Collection Property Modifiers
  5. List Property Storage

探索子标签

  • Bulk Property Updates1 个子标签Updates several properties on a vertex or edge in a single query by separating assignments with commas. **Distinct from List Property Storage:** Distinct from List Property Storage: focuses on updating multiple properties in one clause, not storing collections as a single property.