vinland-technology / scancode-manifestor

Creates package manifest from a Scancode report
GNU General Public License v3.0
1 stars 1 forks source link

Interactive mode #7

Closed hesa closed 3 years ago

hesa commented 3 years ago

Some scancode reports are big (see below) and takes time to load. For every inclusion/exclusion or hide we do this loading needs \ to be executed. If we add an interactive mode this can be fixed.

Requirements

Syntax proposal

Note: regarding size, a scan of Google's grpc is almost 1 GB and more than 1/2 M lines of JSON, are produced by Scancode. On my computer loading this with jq (time jq . grpc-scan.json > /dev/null) takes more than 20 seconds.

hesa commented 3 years ago

Work begun in separate branch: https://github.com/vinland-technology/scancode-manifestor/tree/interactive-mode-issue-7