bitbomdev / minefield

Graphing SBOM's Fast.
https://bitbom.dev
136 stars 1 forks source link

Sort Bitbom keys output in a leaderboard format #10

Open neilnaveen opened 1 month ago

neilnaveen commented 1 month ago

bitbom keys should not output a random set of keys; there should be some way to sort them based on the number of dependencies/dependents. For this to work in a manageable timeframe, we need caching so that queries do not need to be computed on the fly.

This is a running issue

neilnaveen commented 1 month ago

Three leaderboards currently exist, allKeys, custom, and NACD, which were introduced in #16 and #18