Hi there,
I am struggling with Neo4j Aura DB. I need to export the graphml version of the graph. This is crucial as I need to import it in Python and run some scripts to do social network analysis.
I used to have a dump of the graph database on my desktop app, and I would use:
```call apoc.export.graphml.all("database2.graphml", {format:"gephi", useTypes:true})```
to extract the graphml.
Recently, my colleague, the curator of the graphdb, moved the graph online onto Aura. Currently, I am struggling (as I am not a pro user of neo4j) to get the same graphml.
I would appreciate any help.
Thanks a lot
Best regards
Angelo