Create python command line tool for libdeps graph reading

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Dev Platform 2020-11-30
    • 36
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      A basic common line tool should be included in buildscripts (possibly named libdeps-graph-linter.py) that allows the generated GraphML file generated from SERVER-52566 to be read and answer several basic queries (preferably through networkx module):

      • How many nodes are in the graph?
      • How many edges are in the direct graph?
      • How many edges are in the transitive graph?
      • What nodes directly depend on node X?
      • What nodes depend on both X and Y (and Z)?
      • What nodes depend on X but not Y?

            Assignee:
            Daniel Moody
            Reporter:
            Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: