-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create indexing queue to fetch, scan and index existing purldb packages #14
Comments
could you describe more about the issue. My understanding is that you want to create something similar to indexed Priority queue data structure for purldb packages. |
@pombredanne can you please provide me more detail , I have setup the env on the local system but I need more information to understand this . I want to contribute in this project |
The current scan queue works as follows:
The issue with this setup is that we can only use a single scancode.io instance, which limits us to scanning and indexing packages one at a time. The queue needs to change such that scancode.io is the one polling the scan queue for packages that need to be scanned, rather than the scan queue requesting packages to be scanned. Some initial features:
|
Add support for gems and improve RPM support
We have something like this, now that we have the |
No description provided.
The text was updated successfully, but these errors were encountered: