Edge Store

  • EdgeStore - The main interface class that provides database-like operations over Parquet files. This class handles data storage, retrieval, querying, schema evolution, and complex data type management through an intuitive API that wraps PyArrow’s functionality.

matgraphdb.core.edges.EdgeStore(storage_path)

A wrapper around ParquetDB specifically for storing edge features of a given edge type.