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

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

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

1 个仓库

Awesome GitHub RepositoriesTransactional Graph Stores

Graph data stores that ensure ACID consistency and integrity across distributed operations using recovery logs.

Distinct from Multi-Model Property Graph Stores: Existing candidates focus on molecular graphs or block-based storage, not general transactional integrity for distributed graph operations.

Explore 1 awesome GitHub repository matching data & databases · Transactional Graph Stores. Refine with filters or upvote what's useful.

Awesome Transactional Graph Stores 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

    Ensures consistency and integrity across distributed operations using a write-ahead log and recovery process.

    Java
    在 GitHub 上查看↗5,228
  1. Home
  2. Data & Databases
  3. Transactional Graph Stores