[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Can I export a Gephi graph into Neo4J
Page 1 of 1

Can I export a Gephi graph into Neo4J

Posted: 04 Feb 2018 09:53
by rjalex
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

Re: Can I export a Gephi graph into Neo4J

Posted: 04 Feb 2018 14:48
by eduramiba
Hi,
I think it should be easy with APOC and graphml import/export feature https://neo4j-contrib.github.io/neo4j-a ... ort_export

Re: Can I export a Gephi graph into Neo4J

Posted: 04 Feb 2018 15:14
by rjalex
Wow merci beaucoup! Sounds very promising :-)