[Spring cloud 一步步实现广告系统] 业务架构分析
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Spring cloud 一步步实现广告系统] 业务架构分析相关的知识,希望对你有一定的参考价值。
什么是广告系统?主要包含:
- 广告主投放广告的《广告投放系统》
- 媒体方(广告展示媒介-<地铁广告屏幕>)检索广告用的《广告检索系统》
- 广告计费系统(按次,曝光量等等)
- 报表系统
- Etc.
使用技能栈
- JDK1.8
- mysql 8+
- Maven 3+
- Spring cloud Greenwich.SR2
- Eureka
- Zuul / gateway
- Feign
- ...
- Spring boot 2.1.5
- Kafka 2.2.0
- MySQL Binlog
项目结构
项目架构
以上是关于[Spring cloud 一步步实现广告系统] 业务架构分析的主要内容,如果未能解决你的问题,请参考以下文章
[Spring cloud 一步步实现广告系统] 17. 根据流量类型查询广告
[Spring cloud 一步步实现广告系统] 22. 广告系统回顾总结
[Spring cloud 一步步实现广告系统] 3. 网关路由
[Spring cloud 一步步实现广告系统] 12. 广告索引介绍