Auto-sync: 2026-04-16 21:08

This commit is contained in:
2026-04-16 21:08:55 +08:00
parent be7e39a4d0
commit 0dc7e71539
37 changed files with 846 additions and 3 deletions

18
wiki/entities/FastAPI.md Normal file
View File

@@ -0,0 +1,18 @@
---
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]]