Intevation / intelmq-certbund-contact

IntelMQ expert bots to lookup contact information in a database (part of the intelmq-cb-mailgen solution).
GNU Affero General Public License v3.0
3 stars 2 forks source link

Optionally import RIPE routes #23

Open kamil-certat opened 8 months ago

kamil-certat commented 8 months ago

This PR propose merging an old change to optionally import RIPE routes, used in case of Tuency support. In addition, the query was updated to use bulk execution[1] to improve the overall performance.

It requires psycopg2 >= 2.7, which is already available even in distro packages [2].

[1] https://www.psycopg.org/docs/extras.html#psycopg2.extras.execute_values [2] https://pkgs.org/search/?q=psycopg2

kamil-certat commented 8 months ago

@wagner-intevation if you had a second to have a look, it would be great