GraphDB

  • GraphDB - A manager for a graph storing multiple node types and edge types. Each node type and edge type is backed by a separate ParquetDB instance (wrapped by NodeStore or EdgeStore).

matgraphdb.core.graph_db.GraphDB(storage_path)

A manager for a graph storing multiple node types and edge types.