gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
269 stars 622 forks source link

Update and test Neo4j plugin #263

Closed mbastian closed 2 years ago

mbastian commented 2 years ago

We used to have a Neo4j plugin but it's out-dated and no longer works with recent versions of Neo4j.

The old plugin had fairly advanced features like lazy loading and export back to Neo4j. I would recommend to rather start simple and limit the scope to import only, based on Cypher query.

Definition of done

Resources

sim51 commented 2 years ago

See branch neo4j-bolt-plugin. It works for Neo4j 4.X (& Java 11 but it's the standard with Gephi).

Remaining tasks :

mbastian commented 2 years ago

@sim51 Not sure if adding progress for each node is a good idea. It would add some overhead I think.

sim51 commented 2 years ago

yeah, and it's fast enough to not be facing to the issue "Is my import frozen ?"

mbastian commented 2 years ago

Congrats, the plugin is published: https://gephi.org/plugins/#/plugin/neo4j-plugin

Fantastic work, thank you @sim51!