Can Dgraph's ratel ui be embedded during development?

As @abhimanyusinghgaur has pointed out, Ratel code is licensed under the Apache License, Version 2.0 and hosted in a public github repo.

For graph rendering you’ll most likely need only two pieces: parse the JSON response with a GraphParser and render the parsed graph using the D3Graph component.

2 Likes