I have a lot of graphml files and I'm trying to create separate neo4j database using each file.
Right now I'm using Gephi to export graphml to neo4j database but that it would take me to much time for so many files.
I've found this import-graphml [-i in.xml] [-r REL_TYPE] [-b 20000] [-c] [-t]
Is it possible somehow to import this using Python and then export complete neo4j database?