Tuesday 30 May 2017

Visualize neo4j data on HTML page using Neo4j Javascript Driver (node.js) and D3.js

I want to dynamically visualize neo4j data (in tabular form) on a HTML page using neo4j javascript driver. The visualization is done using D3.js. So far I can establish the connection between neo4j and javascript (node.js) using driver:

https://github.com/neo4j/neo4j-javascript-driver

and can read the neo4j data in console (Windows). Now further I want to visualize the same table on a HTML page using D3.js.

Considering the following question:

Unable to establish a neo4j - bolt driver connection in javascript ,

how can I create a connection between html embedded javascript and neo4j? Is it possible without creating node.js server?



via Prasad

No comments:

Post a Comment