Has anyone built a graph database of all the dependencies in the Julia General registry?

E.g. when I go to R’s CRAN I can see reverse suggest etc meaning package A was suggested by package B so essentially some kind of graph is built for package dependencies.

Wonder if such a thing already exists for Julia.

2 Likes

i hacked something together here GitHub - anandijain/MyPkgGraph.jl

if you run the tests it should save a json graph, and a dataframe with some statistics