Open jdaguil opened 7 years ago
Specifically we should have a post-scan plugin to create an AboutCode SQLite file ready for AboutCode Manager. Converting a JSON file to SQLite as the first step in using AboutCode Manager is not a great first impression and this conversion is effectively a background process in any case.
@mjherzog @jdaguil is this work still incomplete? I would like to work on this 😄
@vivonk This is still incomplete and you are free to work on it.
If you are interested, I can go into more detail on the general schema required for SQLite output file.
We need this output to streamline codebase analysis especially with "rightsizing" multiple Scans for a codebase so that the Scan files are easier to use in Workbench.
@majurg Can you provide the schema for the SQLite output file.
@adityaviki For now, you can refer to schema found in: https://github.com/nexB/scancode-workbench/
Two ways to view the schema:
scancode-workbench
to get a list of all the tables + fieldsscancode-workbench
, and then you can view the resulting .sqlite
file for a more granular schema listing
It would be great if ScanCode supported SQLite file format as an output.