netdevopsbr / netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox
Apache License 2.0
338 stars 50 forks source link

Increase performance by reduncing HTTP requests and using asynchronous code #89

Closed emersonfelipesp closed 1 year ago

emersonfelipesp commented 1 year ago

16

emersonfelipesp commented 1 year ago

I'm currently trying to implement FastAPI together with Django.

emersonfelipesp commented 1 year ago

I have implemented FastAPI to replace the current backend using Django. It's not concluded yet, but now I will work on database and GUI parts, the API communication with Proxmox itself is already working with FastAPI.