#1 Create a backend service for running a bz query and populating a database
Opened by huzaifas. Modified

As per the application layout, the application consists of two parts. A backend service which run a query on rhbz and populates a lite weight database. We want to do this a few times a day.

The following query needs to run, (This gets all open fedora security bugs)
https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&classification=Fedora&j_top=OR&keywords=SecurityTracking%2C%20&keywords_type=allwords&known_name=fed-mod-crit&limit=0&list_id=9978724&order=priority%2Cbug_id&product=Fedora&query_format=advanced&v1=high&v2=urgent

Language used: Python is preferable, but if you are comfortable with anything else, you are most then welcome
Database: sqlite or anything else you want.


Metadata