leomaurodesenv / data-science-api-framework

A simple framework to test and deploy your Data Science API
MIT License
5 stars 1 forks source link

Code improvement #7

Open leomaurodesenv opened 4 years ago

leomaurodesenv commented 4 years ago

Update flask-restplus to latest version flask-restx. flask-restplus does not receive updates since Jan 2020. Besides, flask-restx updated last month (August 2020).

leomaurodesenv commented 3 years ago

Update from flask to fast API https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker

Performance issues https://medium.com/@ahmed.nafies/why-did-we-choose-fast-api-over-flask-and-django-for-our-restful-micro-services-77589534c036

leomaurodesenv commented 3 years ago

https://fastapi.tiangolo.com/deployment/

leomaurodesenv commented 3 years ago

https://fastapi.tiangolo.com/tutorial/bigger-applications/