Skip to content

Neo4j Graph State Snapshot (Graph Dump/Restore) #21

@W1ndrunn3rr

Description

@W1ndrunn3rr

Export and re-import Neo4j graph state instead of regenerating from scratch for each pipeline run.

  • On complete: export graph via CALL apoc.export.cypher.all() to .cypher dump (save in Drive or Blob)
  • On startup: import dump if present (skip LLM extraction)
  • Add just dump-graph/restore-graph commands
  • Track pipeline_run node (timestamp, source file hashes; incremental runs only process new/changed files)

Metadata

Metadata

Assignees

Labels

DataData related task

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions