A gephi v0.9+ plugin to import from a neo4j database via bolt protocol.
Build nbm file from source or download from releases. In gephi install nbm over Tools->Plugins->Downloaded->Add Plugins...
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.
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