1 个仓库
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.
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.