ideonate / cdsdashboards

JupyterHub extension for ContainDS Dashboards
https://cdsdashboards.readthedocs.io/
Other
200 stars 38 forks source link

Add FastAPI Launcher #67

Open MarcSkovMadsen opened 3 years ago

MarcSkovMadsen commented 3 years ago

My team is using FastAPI to create apis for excel users and front end developers in a Trading Area with focus on time to market.

It would be so awesome if we where able to quickly deploy and redeploy FastAPI applications for analysts, traders and front end developers to quickly test out and iterate upon. Especially for the FastAPI developers not experienced in things like CI/ CD and Kubernetes.

This could be achieved with a FastAPI launcher.

danlester commented 3 years ago

This is of course a great idea! I have recently created a https://github.com/ideonate/flask-gunicorn-cmd

that is for flask running behind gunicorn. I'm not sure if something similar would work for fastapi?

MarcSkovMadsen commented 3 years ago

Only one way to find out :-)