CALL apoc.import.graphml on Aura

Hi,

So far I've develop my graphs on the local docker image and using apoc.import.graphml to import data to neo4j. I fail to do it on Aura. Is it possible?

Thanks,
Eyal.

Seems to be missing, not sure why, I'll ask the team.

Otherwise you can import it locally and then upload the dump file.

how can i do import it locally then upload the dump file

Actually it might be easiet in neo4j-sandbox which has all of apoc installed, then you just need to have your graphml file on a public URL and you can load it and then download a dump or push it directly to Aura.

sandbox.neo4j.com