graph-notebook icon indicating copy to clipboard operation
graph-notebook copied to clipboard

Add support for connecting to Neo4j

Open bechbd opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Since the graph-notebook supports running openCypher queries and using the bolt protocol, it would be great to enable users to query Neo4j as well

bechbd avatar Jun 27 '22 16:06 bechbd

Looking into the code here, the biggest impediment to support here is that we would need to allow the configuration/user to specify the connection details (e.g. UN/PW) to connect to.

Additionally, results returned over Bolt are not currently parsed to show the network chart.

bechbd avatar Jun 27 '22 16:06 bechbd