DFS, BFS and triangle count DQL queries

Hi @affeeal,

Dgraph only has a few native graph functions (Dijkstra’s, recursive). I faced a similar challenge a while back and ended up using Python’s networkx package to perform graph analysis on a Dgraph cluster; notebook here: vlg/notebook/graph-analysis-and-visualization/workshop.ipynb at matthewmcneely/jupyter-notebook · dgraph-io/vlg · GitHub

1 Like