scaleway / netbox-netprod-importer

Poll data from network devices in production and import it into netbox
GNU General Public License v3.0
101 stars 31 forks source link

Move the Netbox API part to asyncio #36

Open aruhier opened 4 years ago

aruhier commented 4 years ago

Related to https://github.com/scaleway/python-netboxapi/issues/7

Avoid relying on multi-threading to increase the efficiency when getting/updating/creating anything on Netbox, but instead move to asyncio. It should be pretty straightforward if Netboxapi provides an asyncio alternative of current mappers.