cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Migrating from Neptune to Neo4j

hi all, just wanted to know if there is a way to migrate existing graph database from Amazon Neptune to Neo4j?

Are there any tools which can be used for this process?

Anil

3 REPLIES 3

Hi @anilc - the easiest way may be for you to export your Neptune data to CSV (see https://github.com/awslabs/amazon-neptune-tools/tree/master/neptune-export ) and then import to Neo4j from there.

Hi @steggy , thank you very much for your response. Just one more question, once we export the CSV file is there any way to validate the file to make sure that it is compatible with Neo4j before we do the import?

Hi Anil - the data importer can take just about any CSV file - you will need to map the data in the files using the data importer - there is also a class on graph academy about using the importer. There are other options for importing CSV, but this may be the easiest.