Tech Talk Fastapi
Tech Talk Fastapi
FastAPI Flask
Still very underdeveloped, but Many, many plugins for all sorts
PLUGINS/MIDDLEWARE
easy to extend of different tasks
ASYNC? Yes No
FastAPI FOR INTER-SERVICE
COMMUNICATION
FastAPI gRPC
MARCOS OTTONELLO
“Just make everybody’s life
easier and use FastAPI.”
FastAPI FOR ADS AUTOMATION
Other niceties:
▪ Auto-completion of config entries
▪ Static and run-time validation of API parameters
▪ Auto-generated and hosted docs for quick testing
▪ Zero-effort serialisation of models
▪ Can run Flask or Django on top of FastAPI using
WSGIMiddleware
Questions?
The following sources were used to inform this presentation, check them out for more information:
■ FastAPI Documentation
■ Pydantic Documentation
■ Starlette
■ Comparing OpenAPI with gRPC – Red Hat Services Speak
■ OpenAPI and gRPC Side-by-Side – Medium