Hi,
I want to build a web page to visualize data which stored in dgraph like part of ratel as below:
But I don’t know how to do it .Can you give me an easy example to follow ?
Hi,
I want to build a web page to visualize data which stored in dgraph like part of ratel as below:
But I don’t know how to do it .Can you give me an easy example to follow ?
@wwwjljj Dgraph’s code is open source to help the community understand our philosophy, approach, and design better. If you want to build something similar to what we have built-in ratel, you can check out ratel code which is also open source. Do let us know if you run into any issues.
Specifically you want to look at this
(under the hood Ratel uses d3 to render the graph)
Hi,chewxy!
Thanks for your guide.
I will try it.