-1

Is there any way that we can plot the query result from IBM Graph DB to a graph representation?

2 Answers2

1

IBM graph has UI for basic plotting of nodes and edges. feel free to reach out to us on our public slack for help there: http://ibm-graph-slackinvite.mybluemix.net/

Kamal
  • 11
  • 3
  • Thanks for your answer. I basically wanted to know if there's an external utility that I can use to show the result graphically on my website as IBM UI does. – Sushant Vairagade Feb 04 '17 at 21:33
0

this may be helpful: https://cambridge-intelligence.com/keylines/ibm-graph/

there are also multiple graphing utilities you can implement, but you have to do the work of mapping the graph..etc (ex: https://bl.ocks.org/mbostock/4062045) you choice would also depend on how much you are trying to display and what you are trying to do (ex: zooming, clustering, filtering, calculations to best show the graph...etc). feel free to come to the public slack channel i mentioned and we can help ya with our experience.

Kamal
  • 11
  • 3