Git Product home page Git Product logo

ad's Introduction

基于SpringCloud微服务架构, 广告系统设计与实现

慕课网实战, 基于Spring Cloud实现的Maven多模块广告系统设计微服务。

ad-eureka模块

使用eureka在项目中微服务的注册与发现.

ad-gateway模块

使用zuul在项目中作为网关, 提供动态路由、监控、弹性、安全等边缘服务。

ad-service/ad-common模块

搭建项目的全局统一配置, 包括统一响应, 统一异常。

ad-service/ad-binlog-common模块

包含ad-binlog-kafka和ad-search模块的通用代码, 包含常量定义和向Kafka投放的消息的定义

ad-service/ad-binlog-kafka模块

监听mysql binlog并对binlog进行解析, 将解析数据(MySQLRowData)投递到Kafka中

ad-service/ad-dump模块

负责项目启动进行广告数据全量数据的文件导出(导出功能未对外暴露, 存在于test/java/t/e/a/service下)。

ad-service/ad-search模块

广告检索服务, 实现广告数据的全量索引, 增量索引加载功能(监听Kafka, 获取由ad-binlog-kafka向Kafka投递的消息 反序列化后作为索引数据投递到redis), 实现媒体方检索功能。

ad-service/ad-sponsor模块

广告投放模块, 实现广告主对于广告数据的一些增删改查的需求。

ad's People

Contributors

dogourd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.