Skip to main content

Module object_store

Module object_store 

Source
Expand description

Object Store โ€” the live in-memory Arrow tables from arrow-graph-core.

The Object Store IS the ArrowGraphStore. This module provides the git-aware wrapper that connects the live store to commit/checkout/save.

Structsยง

GitConfig
Configuration for the git-aware object store.
GitObjectStore
The git-aware graph store. Wraps ArrowGraphStore with versioning capabilities.