importneo4jexportgraphenedb

Export Data from GraphenDB to import locally


Does anybody know how to import the data from GraphenDB into a local DB? The export from graphendb.com gives a zip file with a lot of files. I am not sure how to import those into a local instance of neo4j. Below are some of the contents from the zip folder:

enter image description here


Solution

  • Copy the contents of that zip file into path/to/neo4j/data/graph.db in a local instance of Neo4j. Then restart the Neo4j server.

    Or, if you are using the desktop Neo4j application, just click "Choose" and point it to the extracted archive.

    enter image description here