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.

How to import Cypher script into Neo4j AuraDB

Hello,  

I am just starting to use neo4j AuraDB, and I didn't find where I can import Cypher script. 

I tried the apoc.cypher.runFile suggested in this link, but unfortunately I got the error saying that "There is no procedure 'apoc.cypher.runFile' not registered for the database". I was wondering if the APOC plog-in was not installed, but I guess it is not the case for AuraDB.

Can anyone give me a hint on this issue?

 

Thank you for your help

Best

1 REPLY 1

if you have a cypher script file, you can use 

cypher-shell -a <your address> -u neo4j -p <password> -f <file>