Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tooling for visualising the dependency graph, inner workings of dependency algorithm and graph processing #16

Open
safesparrow opened this issue Nov 11, 2022 · 0 comments

Comments

@safesparrow
Copy link
Owner

safesparrow commented Nov 11, 2022

It would be really nice to have an easy way to draw graphs showing:

  1. file dependency graph (most important)
  2. inner workings of the dependency resolution algorithm (eg. the initial Trie)
  3. inner workings of the graph processing algorithm (eg. showing how nodes are being processed in parallel)

A nice way to do it would be to:

  1. have code dump the graph/a list of steps in a textual format
  2. then a simple Python script/notebook that produces [interactive] graphs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant