外部链接和文章¶
FastAPI 拥有一个不断壮大的优秀社区。
有许多与 FastAPI 相关的帖子、文章、工具和项目。
这里是其中一些不完全的列表。
提示
如果你有与 FastAPI 相关的文章、项目、工具或任何尚未在此列出的内容,请创建一个 Pull Request 来添加它。
文章¶
英语¶
-
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。
德语¶
-
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。
日语¶
-
PythonのWeb frameworkのパフォーマンス比較 (Django, Flask, responder, FastAPI, japronto) 作者:@bee2。
-
【第4回】FastAPIチュートリアル: toDoアプリを作ってみよう【管理者ページ改良編】 作者:ライトコードメディア編集部。
-
【第3回】FastAPIチュートリアル: toDoアプリを作ってみよう【認証・ユーザ登録編】 作者:ライトコードメディア編集部。
-
【第2回】FastAPIチュートリアル: ToDoアプリを作ってみよう【モデル構築編】 作者:ライトコードメディア編集部。
-
【第1回】FastAPIチュートリアル: ToDoアプリを作ってみよう【環境構築編】 作者:ライトコードメディア編集部。
葡萄牙语¶
俄语¶
越南语¶
中文(台湾)¶
西班牙语¶
播客¶
英语¶
-
Why FastAPI Became Python’s Fastest‑Growing Framework – Chat with Sebastián Ramírez 作者:Behind the Commit。
-
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__。
演讲¶
英语¶
-
Keynote: Behind the scenes of FastAPI and friends for developers and builders — Sebastián Ramírez 作者:Sebastián Ramírez (tiangolo)。
-
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)。
中文(台湾)¶
GitHub 仓库¶
主题为 fastapi 的星标最多的 GitHub 仓库
★ 38779 - full-stack-fastapi-template by @fastapi。
★ 32726 - Hello-Python by @mouredev。
★ 20028 - HivisionIDPhotos by @Zeyi-Lin。
★ 17038 - sqlmodel by @fastapi。
★ 14786 - Douyin_TikTok_Download_API by @Evil0ctal。
★ 13968 - fastapi-best-practices by @zhanymkanov。
★ 12171 - machine-learning-zoomcamp by @DataTalksClub。
★ 10976 - fastapi_mcp by @tadata-org。
★ 10618 - awesome-fastapi by @mjhea0。
★ 10243 - SurfSense by @MODSetter。
★ 9062 - XHS-Downloader by @JoeanAmier。
★ 8084 - polar by @polarsource。
★ 7494 - FileCodeBox by @vastsa。
★ 7128 - nonebot2 by @nonebot。
★ 6155 - hatchet by @hatchet-dev。
★ 5754 - serge by @serge-chat。
★ 5683 - fastapi-users by @fastapi-users。
★ 4452 - strawberry by @strawberry-graphql。
★ 4296 - chatgpt-web-share by @chatpire。
★ 4174 - dynaconf by @dynaconf。
★ 4094 - atrilabs-engine by @Atri-Labs。
★ 3875 - Kokoro-FastAPI by @remsky。
★ 3717 - logfire by @pydantic。
★ 3615 - LitServe by @Lightning-AI。
★ 3554 - datamodel-code-generator by @koxudaxi。
★ 3521 - huma by @danielgtaylor。
★ 3497 - fastapi-admin by @fastapi-admin。
★ 3476 - farfalle by @rashadphz。
★ 3310 - tracecat by @TracecatHQ。
★ 3134 - opyrator by @ml-tooling。
★ 3108 - docarray by @docarray。
★ 2945 - fastapi-realworld-example-app by @nsidnev。
★ 2809 - uvicorn-gunicorn-fastapi-docker by @tiangolo。
★ 2784 - devpush by @hunvreus。
★ 2763 - mcp-context-forge by @IBM。
★ 2630 - best-of-web-python by @ml-tooling。
★ 2464 - fastapi-react by @Buuntu。
★ 2453 - FastAPI-template by @s3rius。
★ 2444 - RasaGPT by @paulpierre。
★ 2423 - sqladmin by @aminalaee。
★ 2325 - nextpy by @dot-agent。
★ 2292 - supabase-py by @supabase。
★ 2214 - 30-Days-of-Python by @codingforentrepreneurs。
★ 2212 - Yuxi-Know by @xerrors。
★ 2191 - langserve by @langchain-ai。
★ 2185 - fastapi-utils by @fastapiutils。
★ 1826 - agentkit by @BCG-X-Official。
★ 1815 - python-week-2022 by @rochacbruno。
★ 1787 - manage-fastapi by @ycd。
★ 1758 - vue-fastapi-admin by @mizhexiaoxiao。
★ 1731 - openapi-python-client by @openapi-generators。
★ 1711 - piccolo by @piccolo-orm。
★ 1677 - fastapi-cache by @long2ice。
★ 1669 - slowapi by @laurentS。
★ 1632 - langchain-serve by @jina-ai。
★ 1596 - FastAPI-boilerplate by @benavlabs。
★ 1573 - coronavirus-tracker-api by @ExpDev07。
★ 1553 - fastapi-crudrouter by @awtkns。
★ 1485 - awesome-fastapi-projects by @Kludex。
★ 1473 - fastapi-pagination by @uriyyo。
★ 1456 - fastapi-langgraph-agent-production-ready-template by @wassim249。
★ 1424 - fastapi-boilerplate by @teamhide。
★ 1420 - awesome-python-resources by @DjangoEx。
★ 1363 - fastapi-amis-admin by @amisadmin。
★ 1362 - fastcrud by @benavlabs。
★ 1315 - fastapi-tutorial by @liaogx。
★ 1311 - fastapi_best_architecture by @fastapi-practices。
★ 1270 - fastapi-code-generator by @koxudaxi。
★ 1264 - prometheus-fastapi-instrumentator by @trallnag。
★ 1243 - bedrock-chat by @aws-samples。
★ 1238 - bolt-python by @slackapi。
★ 1209 - fastapi_production_template by @zhanymkanov。
★ 1200 - fastapi-scaff by @atpuxiner。
★ 1173 - langchain-extract by @langchain-ai。
★ 1162 - fastapi-alembic-sqlmodel-async by @jonra1993。
★ 1065 - kubetorch by @run-house。
★ 1039 - flock by @Onelevenvy。
★ 974 - RuoYi-Vue3-FastAPI by @insistence。
★ 965 - titiler by @developmentseed。
★ 949 - energy-forecasting by @iusztinpaul。