Crate manifoldb_graph

Crate manifoldb_graph 

Source
Expand description

ManifoldDB Graph

This crate provides graph storage, indexing, and traversal capabilities for ManifoldDB.

§Modules

  • store - Node and edge storage operations
  • index - Graph indexes (adjacency lists)
  • traversal - Graph traversal algorithms
  • analytics - Graph analytics algorithms (PageRank, centrality, community detection)

Modules§

analytics
Graph analytics algorithms.
index
Graph indexes for efficient traversal.
store
Node and edge storage operations.
traversal
Graph traversal algorithms.