Skip to content

使用Go开发《基金数据分析系统》,项目系统框架是基于gin-api-template的基础上做二次开发,gin-api-template源码地址:https://github.com/52lu/gin-api-template,《基金数据分析系统》计划完成功能,主要有: 基金数据(概括、持仓、历史业绩、财务报表)爬取、基金相似度对比、用户管理等功能。项目源码地址: https://github.com/52lu/fund-analysis-system

Notifications You must be signed in to change notification settings

pinkz021/fund-analysis-system

This branch is up to date with 52lu/fund-analysis-system:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
liuqinghui
Nov 8, 2021
bda2be8 · Nov 8, 2021

History

74 Commits
Oct 30, 2021
Aug 26, 2021
Nov 5, 2021
Sep 2, 2021
Nov 8, 2021
Sep 2, 2021
Sep 2, 2021
Sep 7, 2021
Oct 30, 2021
Nov 1, 2021
Nov 1, 2021
Sep 2, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Sep 8, 2021
Oct 21, 2021
Nov 5, 2021
Sep 6, 2021
Oct 29, 2021
Oct 21, 2021
Sep 1, 2021
Aug 26, 2021
Aug 26, 2021
Oct 21, 2021

Repository files navigation

1. 项目介绍

使用Go开发《基金数据分析系统》,项目系统框架是基于gin-api-template(https://github.com/52lu/gin-api-template)的基础上做二次开发,该系统计划完成功能,主要有: 基金数据(概括、持仓、历史业绩、财务报表)爬取、基金相似度对比、用户管理等功能。项目源码地址: https://github.com/52lu/fund-analysis-system

2. 系统架构图

3. 目录介绍

目录|文件 说明
api 控制器
config 配置相关的结构体
global 全局变量、常量
initialize 初始化相关操作,如:连接Mysql、redis等
internal 内部实现(不对外暴露)的代码模块
logs 存放日志目录
middleware 中间件
model 实体类(和表结构对应)、请求入参、返回出参
router 所有路由在这个目录下
service 业务实现的相关代码
test 单元测试目录
utils 工具函数目录
config.yaml 项目配置文件
main.go 主程序入口
router.go 路由注册管理
server.go 主程序服务代码

4. 启动流程

5. 开发日记博客

6.项目状态

❗开发中

About

使用Go开发《基金数据分析系统》,项目系统框架是基于gin-api-template的基础上做二次开发,gin-api-template源码地址:https://github.com/52lu/gin-api-template,《基金数据分析系统》计划完成功能,主要有: 基金数据(概括、持仓、历史业绩、财务报表)爬取、基金相似度对比、用户管理等功能。项目源码地址: https://github.com/52lu/fund-analysis-system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Dockerfile 0.9%