# buriedPoint **Repository Path**: wchhh/buriedPoint ## Basic Information - **Project Name**: buriedPoint - **Description**: (未完成)基于kafka+mongodb的埋点功能 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2021-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 埋点系统 (项目初始化中) (1.埋点,2.log) 完成根据字段写入不同topic,并自动获取写入mongo完成,感觉这段逻辑有点怪,可以优化下 ### 项目介绍 技术栈: kafka mysql redis mongodb gin jwt ### 平台目录结构说明 ``` ├─buriedPoint----------------------------根目录 │ │ │ ├─api-------------------------api接口 │ │ │ │ │ └─routers-----------------路由 │ │ │ │─app------------------------main启动项 │ │ │ │─script----------------脚本 │ │ │ ├─src │ │ │ │ │ └─config-----------------配置 │ │ │ │ │ └─constant----------------------常量 │ │ │ │ │ └─controller----------------------controller │ │ │ │ │ └─middleware----------------------中间件 │ │ │ │ │ └─models----------------------结构体 │ │ │ │ │ └─pkg----------------------mysql等配置初始化 │ │ │ │ │ └─service----------------------service │ │ │ │ │ └─utils----------------------工具集 │ │ │ ├─go.mod ----------导包文件 │ │ │ │ ``` ### 使用说明 ``` ``` ### 作者介绍 ``` 在开发中学习,有志同道合的小伙伴可以联系我哦! ``` ### 传送门 https://github.com/hellowch/buriedPoint ### 架构图 ### 接口 ``` ```