gephi-plugins icon indicating copy to clipboard operation
gephi-plugins copied to clipboard

neo4j 2.2 support

Open FlxVctr opened this issue 9 years ago • 6 comments

Please add neo4j 2.2(.1) support, as neo4j has major performance improvements in 2.2.

At the moment it only gives an empty warning if I try to import (and yes, database is shut down.)

Cheers :)

FlxVctr avatar May 23 '15 09:05 FlxVctr

I too see a blank error message when trying to import my Neo4j database on Windows 7, JRE 7, Neo4j 2.2.0.

In the interim, what's the best way to get a graph out of Neo4j 2.2 and into Gephi 0.8.2? I suppose I could write my own little wrapper, or do a CSV export of some sort.

ojcitt avatar Jun 04 '15 18:06 ojcitt

Best way is to export graphml with shell tools: https://github.com/jexp/neo4j-shell-tools though it doesn't get the labels right and you will have to correct the graphml file to do so.

FlxVctr avatar Jun 05 '15 08:06 FlxVctr

@FlxVctr Thank you. For the moment I've got it working with spreadsheet formats for the node and edge lists, since the queries to build them are straightforward and I don't need to round-trip the data back to neo4j yet. I'll have to check out the shell tools, too.

ojcitt avatar Jun 05 '15 14:06 ojcitt

It will be more difficult than expected to adapt Neo4j to Gephi 0.9, since the new core no longer has the old delegates system.

Probably the new Neo4j plugin will be a simple importer and exporter of Neo4j files.

eduramiba avatar Jan 07 '16 11:01 eduramiba

That would be sad as dynamic loading would be handy to explore very large graphs ... if I get you right. What do you mean exactly by Neo4j-files?

FlxVctr avatar Jan 07 '16 13:01 FlxVctr

I mean the database files. I still need to study what options we have. Also I'm not a neo4j expert at all...

eduramiba avatar Jan 07 '16 13:01 eduramiba

Closing as we have a duplicate issue to cover this request, see #263.

mbastian avatar Sep 02 '22 11:09 mbastian