Dear friends,
I have a Gephi graph but would like to export that same data into a Neo4J database to use the cypher language and analyze it.
Is this possible?
I find many example of the opposite (Importing Neo4J into Gephi).
Thank you
Can I export a Gephi graph into Neo4J
- eduramiba
- Gephi Code Manager
- Posts:1064
- Joined:22 Mar 2010 15:30
- Location:Madrid, Spain [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Can I export a Gephi graph into Neo4J
Hi,
I think it should be easy with APOC and graphml import/export feature https://neo4j-contrib.github.io/neo4j-a ... ort_export
I think it should be easy with APOC and graphml import/export feature https://neo4j-contrib.github.io/neo4j-a ... ort_export
-
- Posts:15
- Joined:06 Jan 2013 13:26 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Can I export a Gephi graph into Neo4J
Wow merci beaucoup! Sounds very promising