- 统一响应格式: {code, message, data, timestamp}
- RESTful 路由: /api/v1/collections, /api/v1/prices
- 分页封装: PaginatedData
- 路由模块化: routes/collections.py, routes/prices.py, routes/health.py
- 数据模型: Pydantic models for request/response
- 数据库连接池
- 配置文件: config/config.yaml
- 爬虫模块: crawlers/yichens_spider.py
|
||
|---|---|---|
| api | ||
| config | ||
| crawlers | ||
| .gitignore | ||
| README.md | ||
| config.py | ||
| database.py | ||
| requirements.txt | ||
README.md
CoolBotDataSys
酷博特数据分析系统 - 多源数据采集、存储、清洗、分析全链路自动化平台