Fastapi: [QUESTION] Deployment Diagramme

Created on 31 Jan 2020  路  2Comments  路  Source: tiangolo/fastapi

Hey, maybe a deployment diagramme could help everybody new in the back-end python community. (there is a lot of open source project and different lib/framework )

something like this ?

fastAPI

question

Most helpful comment

More than saying what is what ( which is easy to find by reading the first line of respective readme ) ,

I was thinking about explaining :

  • the flow of a http-request through all the components
    Screenshot from 2020-09-12 14-08-28

and

  • in which component are wrapped (or run) each of them

All 2 comments

What do you think about this? @raphaelauv
image

I found it here: https://towardsdatascience.com/build-and-host-fast-data-science-applications-using-fastapi-823be8a1d6a0

EDIT: I didn't read it correctly. The image I have is not the one you are looking for... Still cool anyway.

More than saying what is what ( which is easy to find by reading the first line of respective readme ) ,

I was thinking about explaining :

  • the flow of a http-request through all the components
    Screenshot from 2020-09-12 14-08-28

and

  • in which component are wrapped (or run) each of them
Was this page helpful?
0 / 5 - 0 ratings