I´ve already had a look at different post like this and this but nothing seems to be answered 100%. My current problem is, that I want to visualyze - and ideally - analyze my Neo4j-Graph with a library (or software/tool). The database-server is running on a remote (virtual) server and it seems that there is no chance to export the database to a format where I can work on with. I´ve tried exporting the graph in a .graphml-file to import this file in Gephi, but Gephi doesn´t find the properties. Gephi-streaming with apoc-procedures and the graph-streaming plugin also does not work, because it´s a remote server (also with the tool mentioned here). Now I´m currently testing around with Alchemy.js... So far, so good. But as it seems there´s no way to export the graph/query to the GraphJson-format? Is there really no "easy" way to export the data?
Thanks for your help in advance!