Skip to documentation
Docs navigation
Docs/Graph Store
Advanced

Graph Store

Implement or operate the persistence boundary behind MemoGrafter.

Responsibilities

Message buffers and ingest cursors.
Topic, memory, and edge persistence.
Vector search and graph traversal.
Lifecycle mutations and graft provenance.
Fleet metadata and cleanup.

Built-in store

PostgresGraphStore uses PostgreSQL and pgvector. Schema changes should remain compatible with CLI-managed mg_* migrations.