Graph of transitive dependencies #397
marcosh
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Thankfully the database engine is perfectly capable of performing such queries. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently flora provides information about the dependency and the dependents of every single package.
It would be nice to know whether a package A depends somehow on a package B, meaning that there is a chain of dependencies connecting A and B.
I'm not sure what would be the best way to visualise such information. Some potential options:
A
B
I don't know the internals of flora and, in particular, I don't know how the dependency information are stored.
Probably the best way to retrieve the data about dependency graphs would be to store at least some data in a graph database and use to query all the paths from
A
toB
.Beta Was this translation helpful? Give feedback.
All reactions