olir / gephi-neo4j-url-importer-plugin

A gephi plugin to import a graph from a neo4j database via bolt protocol.
Other
8 stars 1 forks source link
bolt gephi importer neo4j plugin

gephi-neo4j-url-importer-plugin

Build Status Downloads

About

A gephi v0.9+ plugin to import from a neo4j database via bolt protocol.

Installation

Build nbm file from source or download from releases. In gephi install nbm over Tools->Plugins->Downloaded->Add Plugins...

Usage

Choose File->Import Database->Neo4j..., then update hostname, port, username and password.

Node labels and releationship type will be mapped to properties-

Cypher queries can be adjusted for filtering, but keep the node and relationship variables (n,r,m) or the query will fail.

Importer Dialog

Connecting to a remote neo4j container

Since the import operation may take a while, depending on the size of your database, keep in mind that you may need to increase timeouts for the container. E.g. for a openshift port-forward you can archive this with --request-timeout=240m