Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-52567

Create python command line tool for libdeps graph reading

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

      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@mongodb.com Daniel Moody
            Reporter:
            daniel.moody@mongodb.com Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: