A new universe for your graph data.Meet Galactus DB
GALACTUS DB WIKIDeployment · Queries · Operations

Imports and exports

Wiki

Choose the interface by source format and transaction boundary. File paths are resolved by the process executing the query, usually the Bolt server, not your laptop.

Input or taskInterfaceCommit boundary
Small CSVLOAD CSVOne statement
Large CSVCALL IN TRANSACTIONSIndependent batches; earlier batches survive a later failure
Application row dataUNWIND over BoltOne batch per statement
APOC JSON/JSONLapoc.import.jsonOne atomic statement; input is materialised
Cypher scriptgdb.cypher.importEach statement commits; failures are counted and skipped
Neo4j 4.x/5.x .dumpgdb.neo4j.import or Explorer ImportOne atomic statement; empty target required
Native GDB snapshotgdb.restoreReplaces the selected database
Logical JSON/Cypher exportapoc.export.*Text output is materialised; file effects do not roll back

Use gdb.restore for native GDB snapshots and gdb.neo4j.import for supported Neo4j record-store dumps. Unsupported store formats and property encodings need a logical export. Validate schema and endpoint counts before a live migration.

Articles

Backup, restore and transfer · Transactions and concurrency · Server configuration

Planning a deployment? Review compatibility and licence setup for your instance.