AriStockAI/README.md
fanfpy aa09c92ad5 feat: 初始化智能选股分析系统微服务架构
添加核心微服务组件包括数据服务、量化服务、情绪分析服务等
实现基于Consul的服务发现和Traefik网关路由
包含Docker化部署方案和CI/CD Webhook支持
2025-06-21 15:40:19 +08:00

21 lines
674 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.

# AriStockAI
面向个人投资者的智能选股分析系统,采用微服务架构构建。
## 服务一览
- data-service提供 A 股 / 美股行情数据Python
- quant-service量化因子计算服务Python
- emotion-service情绪分析服务Python
- recommend-service融合推荐服务C#
- user-service用户管理服务C#
- frontend前端交互界面Vue.js
- gitea-webhook监听 Gitea Webhook 进行持续部署
- traefik作为统一网关实现服务发现和路由
## 使用方式
```bash
docker-compose up --build
```
访问入口:`http://localhost` 或你的服务器域名(如 AriStockAI.com