NCATSTranslator / Knowledge_Graph_Exchange_Registry

The Biomedical Data Translator Consortium site for development of Knowledge Graph Exchange Standards and Registry
MIT License
5 stars 3 forks source link

Prototype Refinement: apply WSGI in production deployment #18

Closed RichardBruskiewich closed 3 years ago

RichardBruskiewich commented 3 years ago

The Python Flask KGE Archive deployment needs to be converted into a WSGI deployment: i.e. NGINX / WSGI / web application integration.

References: https://www.fullstackpython.com/wsgi-servers.html

RichardBruskiewich commented 3 years ago

WSGI deployment may not be so relevant to AIOHTTP based applications. That said, one more assessment may be worthwhile (https://aiohttp-wsgi.readthedocs.io/en/stable/wsgi.html). See also https://docs.aiohttp.org/en/stable/deployment.html.

RichardBruskiewich commented 3 years ago

Not considered required for a working system. AIOHTTP seems to work fine without it.