Files
nexus/wiki/entities/FastAPI.md
2026-04-16 21:08:55 +08:00

19 lines
420 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "FastAPI"
type: entity
tags: [框架, API, FastAPI]
date: 2025-11-11
---
## Aliases
- FastAPI
## Definition
FastAPI 是一个现代、快速的 Python Web 框架,用于构建 RESTful API基于 ASGI 标准。
## Role
在电商数据采集系统中FastAPI 可作为服务层,暴露 API 给前端或 BI 工具访问采集数据。
## Connections
- [[FastAPI]] ← serves 数据 from [[PostgreSQL]]