外部链接与文章¶
FastAPI 拥有一个不断壮大的优秀社区。
有许多与 FastAPI 相关的帖子、文章、工具和项目。
以下是一些不完整列表。
Tip
如果您有尚未列出的与 FastAPI 相关的文章、项目、工具或其他内容,请创建一个 添加它的 Pull Request。
Articles¶
English¶
-
How to profile a FastAPI asynchronous request 作者:Balthazar Rouberol.
-
Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale 作者:Stephen Siegert - Neon.
-
Building a Machine Learning Microservice with FastAPI 作者:Kurtis Pykes - NVIDIA.
-
Booking Appointments with Twilio, Notion, and FastAPI 作者:Ravgeet Dhillon - Twilio.
-
Write a Python data layer with Azure Cosmos DB and FastAPI 作者:Abhinav Tripathi - Microsoft Blogs.
-
Tips on migrating from Flask to FastAPI and vice-versa 作者:Jessica Temporal.
-
Explore How to Effectively Use JWT With FastAPI 作者:Ankit Anchlia.
-
Instrument FastAPI with OpenTelemetry tracing and visualize traces in Grafana Tempo. 作者:Nicoló Lino.
-
ML serving and monitoring with FastAPI and Evidently 作者:Mikhail Rozhkov, Elena Samuylova.
-
FastAPI Tutorial in Visual Studio Code 作者:Visual Studio Code Team.
-
Building a RESTful API with FastAPI: Secure Signup and Login Functionality Included 作者:John Philip.
-
Building a CRUD API with FastAPI and Supabase 作者:Keshav Malik.
-
Build an SMS Spam Classifier Serverless Database with FaunaDB and FastAPI 作者:Adejumo Ridwan Suleiman.
-
FastAPI lambda container: serverless simplified 作者:Raf Rasenberg.
-
Authorization on FastAPI with Casbin 作者:Teresa N. Fontanella De Santis.
-
How to monitor FastAPI application performance using Python agent 作者:New Relic.
-
Building the Poll App From Django Tutorial With FastAPI And React 作者:Jean-Baptiste Rocher.
-
Seamless FastAPI Configuration with ConfZ 作者:Silvan Melchior.
-
5 Advanced Features of FastAPI You Should Try 作者:Kaustubh Gupta.
-
Deploying ML Models as API Using FastAPI and Heroku 作者:Kaustubh Gupta.
-
Using GitHub Actions to Deploy a FastAPI Project to Heroku 作者:Somraj Saha.
-
How to Create A Fake Certificate Authority And Generate TLS Certs for FastAPI 作者:@pystar.
-
Building a realtime ticket booking solution with Kafka, FastAPI, and Ably 作者:Ben Gamble.
-
Building simple E-Commerce with NuxtJS and FastAPI 作者:Shahriyar(Shako) Rzayev.
-
Serve a machine learning model using Sklearn, FastAPI and Docker 作者:Rodrigo Arenas.
-
Building an API with FastAPI and Supabase and Deploying on Deta 作者:Yashasvi Singh.
-
Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server 作者:Navule Pavan Kumar Rao.
-
Python Facebook messenger webhook with FastAPI on Glitch 作者:Patrick Ladon.
-
Deploy a dockerized FastAPI application to AWS 作者:Valon Januzaj.
-
Creating a CRUD App with FastAPI (Part one) 作者:Precious Ndubueze.
-
Build And Host Fast Data Science Applications Using FastAPI 作者:Farhad Malik.
-
Deploy FastAPI on Azure App Service 作者:Navule Pavan Kumar Rao.
-
Machine learning model serving in Python using FastAPI and streamlit 作者:Davide Fiocco.
-
Build a Secure Twilio Webhook with Python and FastAPI 作者:Twilio.
-
Build a web API from scratch with FastAPI - the workshop 作者:Sebastián Ramírez (tiangolo).
-
Build simple API service with Python FastAPI — Part 1 作者:cuongld2.
-
Microservice in Python using FastAPI 作者:Paurakh Sharma Humagain.
-
Real-time Notifications with Python and Postgres 作者:Guillermo Cruz.
-
Create and Deploy FastAPI app to Heroku without using Docker 作者:Navule Pavan Kumar Rao.
-
Another Boilerplate to FastAPI: Azure Pipeline CI + Pytest 作者:Arthur Henrique.
-
Deploy Machine Learning Models with Keras, FastAPI, Redis and Docker 作者:Shane Soh.
-
Towards Data Science: Deploying Iris Classifications with FastAPI and Docker 作者:Mandy Gu.
-
TestDriven.io: Developing and Testing an Asynchronous API with FastAPI and Pytest 作者:Michael Herman.
-
How To Deploy Tensorflow 2.0 Models As An API Service With FastAPI & Docker 作者:Bernard Brenyah.
-
Using Docker Compose to deploy a lightweight Python REST API with a job queue 作者:Mike Moritz.
-
Uber: Ludwig v0.2 Adds New Features and Other Improvements to its Deep Learning Toolbox [including a FastAPI server] 作者:Uber Engineering.
-
How to Deploy a Machine Learning Model 作者:Maarten Grootendorst.
-
JWT Authentication with FastAPI and AWS Cognito 作者:Johannes Gontrum.
-
Top 5 Asynchronous Web Frameworks for Python 作者:Ankush Thakur.
-
Deploying a scikit-learn model with ONNX and FastAPI 作者:Nico Axtmann.
-
FastAPI authentication revisited: Enabling API key authentication 作者:Nils de Bruin.
-
FastAPI and Scikit-Learn: Easily Deploy Models 作者:Nick Cortale.
-
Introduction to the fastapi python framework 作者:Errieta Kostala.
-
FastAPI — How to add basic and cookie authentication 作者:Nils de Bruin.
-
FastAPI — Google as an external authentication provider 作者:Nils de Bruin.
-
Developing FastAPI Application using K8s & AWS 作者:Mukul Mantosh.
-
Deployment using Docker, Lambda, Aurora, CDK & GH Actions 作者:Devon Ray.
-
Mastering Soft Delete: Advanced SQLAlchemy Techniques 作者:Shubhendra Kushwaha.
-
Role based row filtering: Advanced SQLAlchemy Techniques 作者:Shubhendra Kushwaha.
German¶
-
Domain-driven Design mit Python und FastAPI 作者:Marcel Sander (actidoo).
-
Inbetriebnahme eines scikit-learn-Modells mit ONNX und FastAPI 作者:Nico Axtmann.
-
REST-API Programmieren mittels Python und dem FastAPI Modul 作者:Felix Schürmeyer.
Japanese¶
-
PythonのWeb frameworkのパフォーマンス比較 (Django, Flask, responder, FastAPI, japronto) 作者:@bee2.
-
【第4回】FastAPIチュートリアル: toDoアプリを作ってみよう【管理者ページ改良編】 作者:ライトコードメディア編集部.
-
【第3回】FastAPIチュートリアル: toDoアプリを作ってみよう【認証・ユーザ登録編】 作者:ライトコードメディア編集部.
-
【第2回】FastAPIチュートリアル: ToDoアプリを作ってみよう【モデル構築編】 作者:ライトコードメディア編集部.
-
【第1回】FastAPIチュートリアル: ToDoアプリを作ってみよう【環境構築編】 作者:ライトコードメディア編集部.
Portuguese¶
Russian¶
Vietnamese¶
Taiwanese¶
Spanish¶
Podcasts¶
English¶
-
Starting With FastAPI and Examining Python's Import System - Episode 72 作者:Real Python.
-
Do you dare to press "."? - Episode 247 - Dan #6: SQLModel - use the same models for SQL and FastAPI 作者:Python Bytes FM.
-
Build The Next Generation Of Python Web Applications With FastAPI - Episode 259 - interview to Sebastían Ramírez (tiangolo) 作者:Podcast.
__init__.
Talks¶
English¶
-
PyCon AU 2023: Testing asynchronous applications with FastAPI and pytest 作者:Jeny Sadadia.
-
[VIRTUAL] Py.Amsterdam's flying Software Circus: Intro to FastAPI 作者:Sebastián Ramírez (tiangolo).
-
PyConBY 2020: Serve ML models easily with FastAPI 作者:Sebastián Ramírez (tiangolo).
Taiwanese¶
GitHub 代码库¶
最受欢迎的带有 fastapi 主题的 GitHub 代码库:
★ 37341 - full-stack-fastapi-template 作者:@fastapi.
★ 31799 - Hello-Python 作者:@mouredev.
★ 19114 - HivisionIDPhotos 作者:@Zeyi-Lin.
★ 16678 - sqlmodel 作者:@fastapi.
★ 14126 - Douyin_TikTok_Download_API 作者:@Evil0ctal.
★ 13189 - fastapi-best-practices 作者:@zhanymkanov.
★ 10264 - awesome-fastapi 作者:@mjhea0.
★ 9964 - fastapi_mcp 作者:@tadata-org.
★ 8576 - XHS-Downloader 作者:@JoeanAmier.
★ 7421 - SurfSense 作者:@MODSetter.
★ 7179 - FileCodeBox 作者:@vastsa.
★ 7106 - polar 作者:@polarsource.
★ 6998 - nonebot2 作者:@nonebot.
★ 5978 - hatchet 作者:@hatchet-dev.
★ 5751 - serge 作者:@serge-chat.
★ 5517 - fastapi-users 作者:@fastapi-users.
★ 4392 - strawberry 作者:@strawberry-graphql.
★ 4305 - chatgpt-web-share 作者:@chatpire.
★ 4112 - dynaconf 作者:@dynaconf.
★ 4104 - atrilabs-engine 作者:@Atri-Labs.
★ 3569 - Kokoro-FastAPI 作者:@remsky.
★ 3531 - LitServe 作者:@Lightning-AI.
★ 3510 - logfire 作者:@pydantic.
★ 3425 - datamodel-code-generator 作者:@koxudaxi.
★ 3420 - farfalle 作者:@rashadphz.
★ 3417 - fastapi-admin 作者:@fastapi-admin.
★ 3351 - huma 作者:@danielgtaylor.
★ 3213 - tracecat 作者:@TracecatHQ.
★ 3131 - opyrator 作者:@ml-tooling.
★ 3098 - docarray 作者:@docarray.
★ 2925 - fastapi-realworld-example-app 作者:@nsidnev.
★ 2796 - uvicorn-gunicorn-fastapi-docker 作者:@tiangolo.
★ 2583 - best-of-web-python 作者:@ml-tooling.
★ 2438 - RasaGPT 作者:@paulpierre.
★ 2432 - fastapi-react 作者:@Buuntu.
★ 2388 - FastAPI-template 作者:@s3rius.
★ 2323 - sqladmin 作者:@aminalaee.
★ 2314 - nextpy 作者:@dot-agent.
★ 2236 - mcp-context-forge 作者:@IBM.
★ 2196 - 30-Days-of-Python 作者:@codingforentrepreneurs.
★ 2194 - supabase-py 作者:@supabase.
★ 2157 - langserve 作者:@langchain-ai.
★ 2155 - fastapi-utils 作者:@fastapiutils.
★ 1849 - Yuxi-Know 作者:@xerrors.
★ 1817 - python-week-2022 作者:@rochacbruno.
★ 1779 - agentkit 作者:@BCG-X-Official.
★ 1770 - manage-fastapi 作者:@ycd.
★ 1673 - piccolo 作者:@piccolo-orm.
★ 1667 - openapi-python-client 作者:@openapi-generators.
★ 1632 - langchain-serve 作者:@jina-ai.
★ 1628 - fastapi-cache 作者:@long2ice.
★ 1591 - vue-fastapi-admin 作者:@mizhexiaoxiao.
★ 1580 - slowapi 作者:@laurentS.
★ 1578 - coronavirus-tracker-api 作者:@ExpDev07.
★ 1531 - fastapi-crudrouter 作者:@awtkns.
★ 1473 - awesome-fastapi-projects 作者:@Kludex.
★ 1432 - FastAPI-boilerplate 作者:@benavlabs.
★ 1428 - fastapi-pagination 作者:@uriyyo.
★ 1413 - awesome-python-resources 作者:@DjangoEx.
★ 1385 - fastapi-boilerplate 作者:@teamhide.
★ 1327 - fastapi-amis-admin 作者:@amisadmin.
★ 1297 - fastapi-tutorial 作者:@liaogx.
★ 1242 - fastapi_best_architecture 作者:@fastapi-practices.
★ 1241 - fastapi-code-generator 作者:@koxudaxi.
★ 1236 - fastcrud 作者:@benavlabs.
★ 1217 - prometheus-fastapi-instrumentator 作者:@trallnag.
★ 1209 - bolt-python 作者:@slackapi.
★ 1199 - bedrock-chat 作者:@aws-samples.
★ 1182 - fastapi_production_template 作者:@zhanymkanov.
★ 1162 - langchain-extract 作者:@langchain-ai.
★ 1150 - fastapi-langgraph-agent-production-ready-template 作者:@wassim249.
★ 1145 - fastapi-alembic-sqlmodel-async 作者:@jonra1993.
★ 1052 - fastapi-scaff 作者:@atpuxiner.
★ 1043 - runhouse 作者:@run-house.
★ 1010 - flock 作者:@Onelevenvy.
★ 940 - titiler 作者:@developmentseed.
★ 937 - energy-forecasting 作者:@iusztinpaul.
★ 892 - fastapi-do-zero 作者:@dunossauro.
★ 890 - marker-api 作者:@adithya-s-k.
★ 884 - RuoYi-Vue3-FastAPI 作者:@insistence.