Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-26-2018 05:32 AM
I just installed Gephi to work on it . When I tried a test in Neo4j , I uploaded it successfully in Gephi .
Now I wanted to upload my nodes that I have in my project from neo4j to Gephi and I followed the same steps and I am using this query :
match path = (n)--()
with collect(path) as paths
call apoc.gephi.add(null,"workspace1", paths) yield nodes, relationships, time
return nodes, relationships, time
But I am receiving this error :
Thanks in advance for your help 🙂
09-26-2018 03:32 PM
Did you start the streaming plugin again in Gephi? You have to start it every time you restart Gephi.
10-04-2018 07:41 AM
The problem was the language that I am using in Gephi . When I switched it from french to english it worked 🙂
All the sessions of the conference are now available online