'Is there a way to connect the neptune database graph visualization to a custom portal?
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?
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kelvin Lawrence |
