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?
Asked
Active
Viewed 358 times
0

Kelvin Lawrence
- 14,674
- 2
- 16
- 38

Joe Deer
- 31
- 1
- 3
-
Are you referring to the visualization features of the Neptune notebooks (workbench) or just creating graph visuals in general? – Kelvin Lawrence Jan 27 '22 at 21:51
-
I was referring to the workbench/sagemaker visualization feature but my end goal is to create graph visuals – Joe Deer Jan 28 '22 at 22:11
-
OK thanks for clarifying - I'll add an answer. – Kelvin Lawrence Feb 01 '22 at 15:40
1 Answers
0
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.

Kelvin Lawrence
- 14,674
- 2
- 16
- 38