wuliangcheng86/fiance-data-center-server
Update requirements.prod.txt
Update requirements.prod.txt
Add list_date/delist_date fields to stock_info
Add stock_info save/read to MySQL
Update config and requirements for A股 data collection
Fix: 预加载配置文件
Fix: 直接从yaml读取配置绕过get_config
Fix: 移除模块级别get_config导入
Fix: 本地测试成功 - SSL参数修复 + 恢复MySQL方法
Fix: 多路径尝试读取配置文件
Fix: 直接从yaml文件读取tushare配置
Add debug log for API klines
Fix: 移除_create_tables调用
Fix: 完全简化MySQL初始化,移除所有可能导致字符串问题的代码
Fix: 添加tushare配置
Fix: 简化MySQL初始化流程并安全获取配置
Fix: 使用pymysql连接TiDB Cloud
Fix: 安全访问MySQL pool配置避免错误
Fix: 加载配置文件避免tushare api key错误
Fix: AKShare日期格式问题导致返回年线数据
Fix: 优先从MySQL获取K线,无数据则从API获取并存储到MySQL
Fix: Move admin_router definition before registration
Fix: Export admin_router in __init__.py
Fix: Remove pinned versions for tushare/akshare
Add admin collect API endpoint
Add A股 stock collector scripts and dependencies
Add Binance US API endpoints to resolve geo-restriction issues
Update Dockerfile and simplify MySQL SSL configuration
Fix MySQL SSL configuration using connect_args
Fix SSL configuration type error for MySQL
Fix SSL configuration for TiDB Cloud MySQL connection
Restore environment variable configuration for MySQL
Fix MySQL configuration loading to use config file values directly
Update database name from test to finance_data_center
Update MySQL configuration with TiDB Cloud connection
Fix Redis connection issues and add fault tolerance
Update Redis configuration with Upstash TLS connection
Update Dockerfile with debugging info
Deploy finance data center server to Hugging Face Space
initial commit
initial commit
