Is there a way to connect the neptune database graph visualization to a custom portal?

482 Views Asked by At

I want to create a website and send queries to neptune db. How do I go about embedding the graph that's generated as a result of that query to my website?

1

There are 1 best solutions below

0
On

It is not possible to take the visualization code from the Jupyter notebooks and embed it directly into a portal. However, all of the code has been made available as open source and you are welcome to see if any of it helps with your work.

Generally, when building an experience in a website, people often use open source or commercial JavaScript libraries. Examples are Vis.js, Cytoscape and many based on top of D3.js.