How to build a web page to visualize data which stored in dgraph like part of ratel?

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 ?

2 Likes

@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.

2 Likes

Specifically you want to look at this

(under the hood Ratel uses d3 to render the graph)

3 Likes

Hi,chewxy!
Thanks for your guide.
I will try it.