Skip to content
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

manage.py import should provide some kind of progress feedback #318

Open
pombredanne opened this issue Jan 27, 2021 · 4 comments
Open

manage.py import should provide some kind of progress feedback #318

pombredanne opened this issue Jan 27, 2021 · 4 comments

Comments

@pombredanne
Copy link
Member

Right now we do not know what happens and what was done.
Design TBD

@AmitGupta7580
Copy link
Contributor

AmitGupta7580 commented Apr 1, 2021

I added progress bar in NVD importer . Using tqdm package

image

image

@AmitGupta7580
Copy link
Contributor

AmitGupta7580 commented Apr 1, 2021

As you know data is importing in 2 different processes.

  1. Downloading data from resources and cast into Advisory class.
  2. Adding advisory to postgresql database.

Some importers do these task at same time e.g : NVD
While other importers first collect all the data then save it to database e.g : archlinux

[Solution] According to me To add a common progress bar first we has to implement all importers in similar fashion.

@Hritik14
Copy link
Collaborator

Hritik14 commented Apr 1, 2021

Eventually we want to move to non-batch proccessing

I think this can be better done after #338

@unibik
Copy link

unibik commented Dec 18, 2024

Hi! I was looking this issue#318 and was wondering if it is still open or if it has already been resolved. If it's still open, I'd be happy to work on it. Please let me know. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants