19 lines
420 B
Markdown
19 lines
420 B
Markdown
---
|
||
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]]
|