日韩成人免费在线_国产成人一二_精品国产免费人成电影在线观..._日本一区二区三区久久久久久久久不

當(dāng)前位置:首頁(yè) > 科技  > 軟件

基于 DDD 的互聯(lián)網(wǎng)“贊&踩”系統(tǒng)

來(lái)源: 責(zé)編: 時(shí)間:2023-10-30 09:07:06 358觀看
導(dǎo)讀該文是系統(tǒng)的用戶手冊(cè),主要體現(xiàn)系統(tǒng)功能和所支持的高級(jí)特性,關(guān)于系統(tǒng)的核心設(shè)計(jì)正在整理中,請(qǐng)稍安勿躁1. 背景隨著社交媒體的普及,用戶生成的內(nèi)容數(shù)量急劇增加。為了幫助用戶更好地發(fā)現(xiàn)和分享內(nèi)容,許多社交媒體平臺(tái)都提供

該文是系統(tǒng)的用戶手冊(cè),主要體現(xiàn)系統(tǒng)功能和所支持的高級(jí)特性,關(guān)于系統(tǒng)的核心設(shè)計(jì)正在整理中,請(qǐng)稍安勿躁w7Y28資訊網(wǎng)——每日最新資訊28at.com

1. 背景

隨著社交媒體的普及,用戶生成的內(nèi)容數(shù)量急劇增加。為了幫助用戶更好地發(fā)現(xiàn)和分享內(nèi)容,許多社交媒體平臺(tái)都提供了贊/踩服務(wù)。w7Y28資訊網(wǎng)——每日最新資訊28at.com

2. 目標(biāo)

贊/踩服務(wù)是一種用戶反饋機(jī)制。隨著社交媒體的普及和發(fā)展,人們?cè)絹?lái)越喜歡在一種平臺(tái)上分享自己的觀點(diǎn)和生活,這時(shí)就需要一種形式化的反饋機(jī)制來(lái)快速評(píng)價(jià)這些信息的好壞。贊/踩服務(wù)的目標(biāo)是為了提高用戶互動(dòng)性,增加內(nèi)容的社會(huì)影響力,從而增加活躍用戶數(shù)量。w7Y28資訊網(wǎng)——每日最新資訊28at.com

3. 快速入門(mén)

系統(tǒng)所涉及的功能包括:w7Y28資訊網(wǎng)——每日最新資訊28at.com

功能w7Y28資訊網(wǎng)——每日最新資訊28at.com

描述w7Y28資訊網(wǎng)——每日最新資訊28at.com

贊/踩w7Y28資訊網(wǎng)——每日最新資訊28at.com

用戶可以點(diǎn)擊對(duì)應(yīng)的贊或踩按鈕,以表達(dá)自己的喜好或不喜好w7Y28資訊網(wǎng)——每日最新資訊28at.com

取消贊/踩w7Y28資訊網(wǎng)——每日最新資訊28at.com

用戶可以取消之前的贊/踩,以更正自己的想法w7Y28資訊網(wǎng)——每日最新資訊28at.com

計(jì)數(shù)器w7Y28資訊網(wǎng)——每日最新資訊28at.com

贊和踩的數(shù)量都需要計(jì)數(shù)器,用于顯示文章或評(píng)論的受歡迎程度和社交影響力等w7Y28資訊網(wǎng)——每日最新資訊28at.com

贊/踩歷史w7Y28資訊網(wǎng)——每日最新資訊28at.com

用戶可以查看自己贊/踩的歷史記錄,以查看自己對(duì)文章或評(píng)論的態(tài)度w7Y28資訊網(wǎng)——每日最新資訊28at.com

3.1. 開(kāi)發(fā)環(huán)境

基于 Spring Boot 框架進(jìn)行開(kāi)發(fā),以 DDD 作為業(yè)務(wù)邏輯承載模型。w7Y28資訊網(wǎng)——每日最新資訊28at.com

框架w7Y28資訊網(wǎng)——每日最新資訊28at.com

版本w7Y28資訊網(wǎng)——每日最新資訊28at.com

依賴(lài)說(shuō)明w7Y28資訊網(wǎng)——每日最新資訊28at.com

JDKw7Y28資訊網(wǎng)——每日最新資訊28at.com

1.8+w7Y28資訊網(wǎng)——每日最新資訊28at.com

運(yùn)行環(huán)境w7Y28資訊網(wǎng)——每日最新資訊28at.com

Spring Bootw7Y28資訊網(wǎng)——每日最新資訊28at.com

2.3.12.RELEASEw7Y28資訊網(wǎng)——每日最新資訊28at.com


w7Y28資訊網(wǎng)——每日最新資訊28at.com

Spring Dataw7Y28資訊網(wǎng)——每日最新資訊28at.com

2.3.9.RELEASEw7Y28資訊網(wǎng)——每日最新資訊28at.com

基于 JPA 實(shí)現(xiàn)持久化;基于 Redis 完成緩存加速(可選)w7Y28資訊網(wǎng)——每日最新資訊28at.com

Legow7Y28資訊網(wǎng)——每日最新資訊28at.com

0.1.22w7Y28資訊網(wǎng)——每日最新資訊28at.com

DDD 模型落地w7Y28資訊網(wǎng)——每日最新資訊28at.com

springfoxw7Y28資訊網(wǎng)——每日最新資訊28at.com

3.0.0w7Y28資訊網(wǎng)——每日最新資訊28at.com

文檔管理w7Y28資訊網(wǎng)——每日最新資訊28at.com

RocketMQw7Y28資訊網(wǎng)——每日最新資訊28at.com

2.2.1w7Y28資訊網(wǎng)——每日最新資訊28at.com

領(lǐng)域事件,異步處理(可選)w7Y28資訊網(wǎng)——每日最新資訊28at.com

Sharding Spherew7Y28資訊網(wǎng)——每日最新資訊28at.com

4.4.1w7Y28資訊網(wǎng)——每日最新資訊28at.com

分庫(kù)分表(可選)w7Y28資訊網(wǎng)——每日最新資訊28at.com

3.2. 模塊介紹

該項(xiàng)目使用標(biāo)準(zhǔn)的 “六邊形架構(gòu)”,對(duì)業(yè)務(wù)和技術(shù)進(jìn)行分離,所以模塊較多,但層次更為清晰。w7Y28資訊網(wǎng)——每日最新資訊28at.com

模塊w7Y28資訊網(wǎng)——每日最新資訊28at.com

作用w7Y28資訊網(wǎng)——每日最新資訊28at.com

domainw7Y28資訊網(wǎng)——每日最新資訊28at.com

核心邏輯層,DDD 中核心組件,包括實(shí)體、值對(duì)象、聚合根、領(lǐng)域服務(wù)等w7Y28資訊網(wǎng)——每日最新資訊28at.com

appw7Y28資訊網(wǎng)——每日最新資訊28at.com

應(yīng)用服務(wù)層,DDD 中的應(yīng)用服務(wù),主要負(fù)責(zé)流程編排w7Y28資訊網(wǎng)——每日最新資訊28at.com

infrastructurew7Y28資訊網(wǎng)——每日最新資訊28at.com

基礎(chǔ)設(shè)施層,主要負(fù)責(zé)與 DB 或其他服務(wù)進(jìn)行通訊w7Y28資訊網(wǎng)——每日最新資訊28at.com

apiw7Y28資訊網(wǎng)——每日最新資訊28at.com

RPC 服務(wù)中的接口定義,被 FeignClient 和 FeignService 依賴(lài)w7Y28資訊網(wǎng)——每日最新資訊28at.com

FeignServicew7Y28資訊網(wǎng)——每日最新資訊28at.com

api 中接口的實(shí)際實(shí)現(xiàn)者,完成接口的適配w7Y28資訊網(wǎng)——每日最新資訊28at.com

FeignClientw7Y28資訊網(wǎng)——每日最新資訊28at.com

api 中Proxy實(shí)現(xiàn)者,方便使用方直接調(diào)用w7Y28資訊網(wǎng)——每日最新資訊28at.com

bootstrapw7Y28資訊網(wǎng)——每日最新資訊28at.com

應(yīng)用啟動(dòng)入口,包括 Spring Boot 入口和所有配置w7Y28資訊網(wǎng)——每日最新資訊28at.com

3.3. 啟動(dòng)項(xiàng)目

3.3.1. 建庫(kù)建表

建表語(yǔ)句在infrastructure/src/main/resources/sql 目標(biāo)下,包括單庫(kù)和分庫(kù)分表配置。單庫(kù)建表語(yǔ)句如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

create table dislike_action(    id          bigint auto_increment primary key,    create_time datetime    not null,    delete_time datetime    null,    update_time datetime    null,    vsn         int         not null,    status      char(16)    not null,    target_id   bigint      not null,    target_type varchar(16) not null,    user_id     bigint      not null,    constraint unq_user_target        unique (user_id, target_type, target_id));create table dislike_target_count(    id          bigint auto_increment primary key,    create_time datetime    not null,    delete_time datetime    null,    update_time datetime    null,    vsn         int         not null,    count       bigint      not null,    target_id   bigint      not null,    target_type varchar(16) not null,    constraint unq_target        unique (target_id, target_type));create table like_action(    id          bigint auto_increment primary key,    create_time datetime    not null,    delete_time datetime    null,    update_time datetime    null,    vsn         int         not null,    status      char(16)    not null,    target_id   bigint      not null,    target_type varchar(16) not null,    user_id     bigint      not null,    constraint unq_user_target        unique (user_id, target_type, target_id));create table like_target_count(    id          bigint auto_increment primary key,    create_time datetime    not null,    delete_time datetime    null,    update_time datetime    null,    vsn         int         not null,    count       bigint      not null,    target_id   bigint      not null,    target_type varchar(16) not null,    constraint unq_target        unique (target_id, target_type));

3.3.2. 修改數(shù)據(jù)庫(kù)配置

修改bootstrap/src/main/resource/application.yml 增加數(shù)據(jù)配置,具體如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

spring:  datasource:    driver-class-name: com.mysql.cj.jdbc.Driver    url: jdbc:mysql://127.0.0.1:3306/like    username: root    password: root

3.3.3. 啟動(dòng)應(yīng)用程序

直接運(yùn)行 bootstrap 模塊下的 LikeApplication 類(lèi),輸入地址:http://127.0.0.1:8080/swagger-ui/w7Y28資訊網(wǎng)——每日最新資訊28at.com

當(dāng)看到如下界面證明程序啟動(dòng)成功:w7Y28資訊網(wǎng)——每日最新資訊28at.com

w7Y28資訊網(wǎng)——每日最新資訊28at.com

3.3. 核心 API

核心接口如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

功能w7Y28資訊網(wǎng)——每日最新資訊28at.com

請(qǐng)求地址w7Y28資訊網(wǎng)——每日最新資訊28at.com

參數(shù)類(lèi)型w7Y28資訊網(wǎng)——每日最新資訊28at.com

參數(shù)說(shuō)明w7Y28資訊網(wǎng)——每日最新資訊28at.com

返回結(jié)果w7Y28資訊網(wǎng)——每日最新資訊28at.com

cur Demow7Y28資訊網(wǎng)——每日最新資訊28at.com

點(diǎn)贊w7Y28資訊網(wǎng)——每日最新資訊28at.com

POST /feignService/action/command/likew7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestBodyw7Y28資訊網(wǎng)——每日最新資訊28at.com

{"userId": 用戶id, "targetType": 目標(biāo)對(duì)象類(lèi)型,"targetId": 目標(biāo)對(duì)象 id}w7Y28資訊網(wǎng)——每日最新資訊28at.com

無(wú)w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X POST "http://127.0.0.1:8080/feignService/action/command/like" -H "accept: /" -H "Content-Type: application/json" -d "{"targetId":1,"targetType":"TEST","userId":2}"w7Y28資訊網(wǎng)——每日最新資訊28at.com

取消點(diǎn)贊w7Y28資訊網(wǎng)——每日最新資訊28at.com

POST /feignService/action/command/unlikew7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestBodyw7Y28資訊網(wǎng)——每日最新資訊28at.com

{"userId": 用戶id, "targetType": 目標(biāo)對(duì)象類(lèi)型,"targetId": 目標(biāo)對(duì)象 id}w7Y28資訊網(wǎng)——每日最新資訊28at.com

無(wú)w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X POST "http://127.0.0.1:8080/feignService/action/command/unlike" -H "accept: /" -H "Content-Type: application/json" -d "{"targetId":1,"targetType":"test","userId":2}"w7Y28資訊網(wǎng)——每日最新資訊28at.com

獲取點(diǎn)贊數(shù)量w7Y28資訊網(wǎng)——每日最新資訊28at.com

GET /feignService/targetCount/query/getLikeCountByTargetw7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestParamw7Y28資訊網(wǎng)——每日最新資訊28at.com

type:目標(biāo)類(lèi)型;ids:目標(biāo)id集合w7Y28資訊網(wǎng)——每日最新資訊28at.com

[{"targetType":目標(biāo)對(duì)象類(lèi)型,“targetId":目標(biāo)對(duì)象id,"count":點(diǎn)贊數(shù)量}]w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X GET "http://127.0.0.1:8080/feignService/targetCount/query/getLikeCountByTarget?type=test&ids=1" -H "accept: /"w7Y28資訊網(wǎng)——每日最新資訊28at.com

獲取點(diǎn)贊記錄w7Y28資訊網(wǎng)——每日最新資訊28at.com

GET /feignService/action/query/getLikeByUserAndTypew7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestParamw7Y28資訊網(wǎng)——每日最新資訊28at.com

type:目標(biāo)類(lèi)型;userId:userIdw7Y28資訊網(wǎng)——每日最新資訊28at.com

[{"targetType":目標(biāo)對(duì)象類(lèi)型,“targetId":目標(biāo)對(duì)象id,"userId":用戶id,"valid":是否有效}]w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X GET "http://127.0.0.1:8080/feignService/action/query/getLikeByUserAndType?userId=2&type=test" -H "accept: /"w7Y28資訊網(wǎng)——每日最新資訊28at.com

w7Y28資訊網(wǎng)——每日最新資訊28at.com

POST /feignService/action/command/dislikew7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestBodyw7Y28資訊網(wǎng)——每日最新資訊28at.com

{"userId": 用戶id, "targetType": 目標(biāo)對(duì)象類(lèi)型,"targetId": 目標(biāo)對(duì)象 id}w7Y28資訊網(wǎng)——每日最新資訊28at.com

無(wú)w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X POST "http://127.0.0.1:8080/feignService/action/command/dislike" -H "accept: /" -H "Content-Type: application/json" -d "{"targetId":1,"targetType":"test","userId":2}"w7Y28資訊網(wǎng)——每日最新資訊28at.com

取消踩w7Y28資訊網(wǎng)——每日最新資訊28at.com

POST /feignService/action/command/unDislikew7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestBodyw7Y28資訊網(wǎng)——每日最新資訊28at.com

{"userId": 用戶id, "targetType": 目標(biāo)對(duì)象類(lèi)型,"targetId": 目標(biāo)對(duì)象 id}w7Y28資訊網(wǎng)——每日最新資訊28at.com

無(wú)w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X POST "http://127.0.0.1:8080/feignService/action/command/unDislike" -H "accept: /" -H "Content-Type: application/json" -d "{"targetId":1,"targetType":"test","userId":2}"w7Y28資訊網(wǎng)——每日最新資訊28at.com

獲取踩數(shù)量w7Y28資訊網(wǎng)——每日最新資訊28at.com

GET /feignService/targetCount/query/getDislikeCountByTypew7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestParamw7Y28資訊網(wǎng)——每日最新資訊28at.com

type:目標(biāo)類(lèi)型;ids:目標(biāo)id集合w7Y28資訊網(wǎng)——每日最新資訊28at.com

[{"targetType":目標(biāo)對(duì)象類(lèi)型,“targetId":目標(biāo)對(duì)象id,"count":點(diǎn)贊數(shù)量}]w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X GET "http://127.0.0.1:8080/feignService/targetCount/query/getDislikeCountByType?type=test&ids=1" -H "accept: /"w7Y28資訊網(wǎng)——每日最新資訊28at.com

獲取點(diǎn)贊記錄w7Y28資訊網(wǎng)——每日最新資訊28at.com

GET /feignService/action/query/getDislikeByUserAndTypew7Y28資訊網(wǎng)——每日最新資訊28at.com

RequestParamw7Y28資訊網(wǎng)——每日最新資訊28at.com

type:目標(biāo)類(lèi)型;userId:userIdw7Y28資訊網(wǎng)——每日最新資訊28at.com

[{"targetType":目標(biāo)對(duì)象類(lèi)型,“targetId":目標(biāo)對(duì)象id,"userId":用戶id,"valid":是否有效}]w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X GET "http://127.0.0.1:8080/feignService/action/query/getDislikeByUserAndType?userId=2&type=test" -H "accept: /"w7Y28資訊網(wǎng)——每日最新資訊28at.com

核心API直接在 Swagger UI 上進(jìn)行測(cè)試即可!!!w7Y28資訊網(wǎng)——每日最新資訊28at.com

4. 高級(jí)特性

4.1. 自定義業(yè)務(wù)驗(yàn)證

流程中涉及兩個(gè)重要的概念:w7Y28資訊網(wǎng)——每日最新資訊28at.com

  • ActionUser: 操作 贊或踩 的用戶;
  • ActionTarget: 贊或踩 的目的對(duì)象;

在實(shí)際業(yè)務(wù)場(chǎng)景,需要對(duì)這兩個(gè)對(duì)象的有效性進(jìn)行驗(yàn)證,比如:w7Y28資訊網(wǎng)——每日最新資訊28at.com

  • ActionUser

用戶是否存在?w7Y28資訊網(wǎng)——每日最新資訊28at.com

用戶狀態(tài)是否有效?w7Y28資訊網(wǎng)——每日最新資訊28at.com

是否是黑名單用戶?w7Y28資訊網(wǎng)——每日最新資訊28at.com

  • ActionTarget
  • 目標(biāo)對(duì)象是否存在?
  • 目標(biāo)對(duì)象是否已經(jīng)下線/禁用?

這些功能擴(kuò)展直接實(shí)現(xiàn)對(duì)應(yīng)的 Loader 即可。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.1.1. ActionUser 擴(kuò)展

ActionUser 定義如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

public class ActionUser {    @Column(name = "user_id", updatable = false)    private Long userId;    @Transient    private boolean valid;}

如果用戶狀態(tài)存在問(wèn)題,直接將 valid 置為 false 即可。w7Y28資訊網(wǎng)——每日最新資訊28at.com

ActionUserLoader 定義如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

public interface ActionUserLoader {    ActionUser loadByUserId(Long userId);}

只需實(shí)現(xiàn) ActionUserLoader 并注冊(cè)為 Spring 托管 Bean 即可,具體如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

@Component(value = LoadActionUserByUserId.BEAN_NAME)public class TestActionUserLoader implements ActionUserLoader {    @Override    public ActionUser loadByUserId(Long userId) {        if (userId == null || userId.longValue() < 0){            return ActionUser.apply(userId, false);        }else {            return ActionUser.apply(userId);        }    }}

當(dāng) userId 為 null 或者 小于 0 時(shí),表明為無(wú)效用戶,將 valid 設(shè)置為 false。w7Y28資訊網(wǎng)——每日最新資訊28at.com

【備注】Bean 必須注冊(cè)為L(zhǎng)oadActionUserByUserId.BEAN_NAME(actionUserLoader),否則框架將無(wú)法識(shí)別。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.1.2. ActionTarget 擴(kuò)展

ActionTarget 定義如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

public class ActionTarget {    @Column(name = "target_type", updatable = false)    private String type;    @Column(name = "target_id", updatable = false)    private Long id;    @Transient    private boolean valid;}

如果目標(biāo)對(duì)象狀態(tài)存在問(wèn)題,直接將 valid 置為 false 即可。w7Y28資訊網(wǎng)——每日最新資訊28at.com

由于系統(tǒng)中可以存在多種目標(biāo)對(duì)象,為每個(gè)類(lèi)型提供單獨(dú)的 Loader,接口如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

public interface SingleActionTargetLoader {    /**     * 是否支持 type 類(lèi)型的 Target     * @param type     * @return     */    boolean support(String type);    /**     * 加載 Target 對(duì)象     * @param type     * @param id     * @return     */    ActionTarget load(String type, Long id);}

按需要實(shí)現(xiàn)接口,樣例如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

@Component@Order(0)public class TestActionTargetLoader        extends AbstractSingleActionTargetLoader        implements SingleActionTargetLoader {    public TestActionTargetLoader() {        super("Test");    }    @Override    protected ActionTarget doLoadById(String type, Long id) {        if (id == null || id.longValue() < 0){            return ActionTarget.apply(type, id, false);        }else {            return ActionTarget.apply(type, id);        }    }}

該實(shí)現(xiàn)對(duì) type 為 Test 的 Target 進(jìn)行加載。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.2. 發(fā)布領(lǐng)域事件

領(lǐng)域事件是 DDD 中的重要概念,當(dāng)系統(tǒng)發(fā)生狀態(tài)變化后,將變化結(jié)果對(duì)外進(jìn)行廣播,從而實(shí)現(xiàn)系統(tǒng)間的集成。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.2.1. 添加 RocketMQ

外部領(lǐng)域事件通過(guò) RocketMQ 向外廣播,需要搭建 RocketMQ 集群并在項(xiàng)目中增加 RocketMQ 的支持。w7Y28資訊網(wǎng)——每日最新資訊28at.com

在 bootstrap 模塊的 pom 中增加 rocketmq starter,具體如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

<dependency>    <groupId>org.apache.rocketmq</groupId>    <artifactId>rocketmq-spring-boot-starter</artifactId></dependency>

在 application.yml 增加 rocketmq 的配置,具體如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

rocketmq:  name-server: http://127.0.0.1:9876  producer:    group: like-service

至此,便完成了與 rocketmq 的集成。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.2.2. 打開(kāi)領(lǐng)域事件開(kāi)關(guān)

在 application.yml 添加如下配置:w7Y28資訊網(wǎng)——每日最新資訊28at.com

like:  event:    #開(kāi)啟領(lǐng)域事件    enable: true    #指定領(lǐng)域事件發(fā)送的 topic    topic: like-event-topic

開(kāi)啟領(lǐng)域事件,并指定事件發(fā)送的 topicw7Y28資訊網(wǎng)——每日最新資訊28at.com

4.2.3. 測(cè)試領(lǐng)域事件

重新啟動(dòng)項(xiàng)目,當(dāng)控制臺(tái)輸出以下表明配置成功:w7Y28資訊網(wǎng)——每日最新資訊28at.com

Use RocketMQ to Publish Like Eventw7Y28資訊網(wǎng)——每日最新資訊28at.com

使用 swagger 運(yùn)行 dislike 操作,從日志中可知消息發(fā)送成功:w7Y28資訊網(wǎng)——每日最新資訊28at.com

w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.2.4. 支持領(lǐng)域事件

系統(tǒng)支持的領(lǐng)域事件包括:w7Y28資訊網(wǎng)——每日最新資訊28at.com

領(lǐng)域事件類(lèi)型w7Y28資訊網(wǎng)——每日最新資訊28at.com

觸發(fā)機(jī)制w7Y28資訊網(wǎng)——每日最新資訊28at.com

tagw7Y28資訊網(wǎng)——每日最新資訊28at.com

消息體w7Y28資訊網(wǎng)——每日最新資訊28at.com

LikeMarkedEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

點(diǎn)贊成功w7Y28資訊網(wǎng)——每日最新資訊28at.com

LikeMarkedEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

見(jiàn) LikeMarkedEvent 類(lèi)w7Y28資訊網(wǎng)——每日最新資訊28at.com

LikeCancelledEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

取消點(diǎn)贊成功w7Y28資訊網(wǎng)——每日最新資訊28at.com

LikeCancelledEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

見(jiàn) LikeCancelledEvent 類(lèi)w7Y28資訊網(wǎng)——每日最新資訊28at.com

DislikeMarkedEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

踩成功w7Y28資訊網(wǎng)——每日最新資訊28at.com

DislikeMarkedEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

見(jiàn) DislikeMarkedEvent 類(lèi)w7Y28資訊網(wǎng)——每日最新資訊28at.com

DislikeCancelledEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

取消踩成功w7Y28資訊網(wǎng)——每日最新資訊28at.com

DislikeCancelledEventw7Y28資訊網(wǎng)——每日最新資訊28at.com

見(jiàn) DislikeCancelledEvent 類(lèi)w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.3. 緩存加速

在系統(tǒng)中,獲取目標(biāo)對(duì)象的 贊/踩 數(shù)量接口調(diào)用量最大,會(huì)成為系統(tǒng)的第一個(gè)性能卡點(diǎn),針對(duì)這個(gè)問(wèn)題,可以通過(guò)引入 redis 緩存進(jìn)行性能加速。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.3.1. 添加 redis 依賴(lài)

首先需要引入 redis 相關(guān)依賴(lài),在 bootstrap 的 pom 中增加如下配置:w7Y28資訊網(wǎng)——每日最新資訊28at.com

<dependency>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-starter-data-redis</artifactId></dependency>

然后在 application.yml 中增加 redis 相關(guān)配置:w7Y28資訊網(wǎng)——每日最新資訊28at.com

spring:  redis:    host: 127.0.0.1    port: 6379

4.3.2. 開(kāi)啟緩存

完成redis配置后,需要在 application.yml 開(kāi)啟對(duì)應(yīng)的緩存,具體如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

target:  count:    dislike:      cache:        # 是否開(kāi)啟緩存        enable: true    like:      cache:        # 是否開(kāi)啟緩存        enable: true

4.3.3. 緩存效果

未開(kāi)啟緩存前,每次查詢(xún)數(shù)量都會(huì)執(zhí)行一條 sql,具體如下:curl 命令如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

curl -X GET "http://127.0.0.1:8080/feignService/targetCount/query/getDislikeCountByType?type=test&ids=1" -H "accept: */*"

輸出 sql 如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

Hibernate: select disliketar0_.id as id1_1_, disliketar0_.create_time as create_t2_1_, disliketar0_.delete_time as delete_t3_1_, disliketar0_.update_time as update_t4_1_, disliketar0_.vsn as vsn5_1_, disliketar0_.count as count6_1_, disliketar0_.target_id as target_i7_1_, disliketar0_.target_type as target_t8_1_ from dislike_target_count disliketar0_ where disliketar0_.target_type=? and (disliketar0_.target_id in (?))

開(kāi)啟緩存后,再次執(zhí)行以上 curl,控制臺(tái)不會(huì)輸出sql,而是會(huì)輸出一行日志:w7Y28資訊網(wǎng)——每日最新資訊28at.com

c.g.l.i.s.RedisBasedTargetCountCache     : load All Data From Cache for test and [1]

說(shuō)明緩存已經(jīng)生效。w7Y28資訊網(wǎng)——每日最新資訊28at.com

所有的 action 操作都會(huì)與同步的對(duì)緩存進(jìn)行更新。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.4. 異步存儲(chǔ)

當(dāng)目標(biāo)對(duì)象出現(xiàn)熱點(diǎn)時(shí),會(huì)產(chǎn)生高并發(fā)請(qǐng)求,對(duì)于 action 來(lái)說(shuō),主要以數(shù)據(jù)插入和數(shù)據(jù)的分散更新為主。但對(duì)于 count,就會(huì)產(chǎn)生熱點(diǎn)更新,從而成為系統(tǒng)的瓶頸。在這個(gè)場(chǎng)景,最適合的解決方案便是引入 MQ 對(duì)流量進(jìn)行削峰填谷。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.4.1. 增加 rocketmq

與 4.2.1. 添加 RocketMQ 內(nèi)容一致,在此不再重復(fù)。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.4.2. 開(kāi)啟異步化

在 application.yml 中增加如下配置:w7Y28資訊網(wǎng)——每日最新資訊28at.com

target:  count:    dislike:      async:        # 是否開(kāi)啟異步更新        enable: true        # 異步更新所使用的 topic        topic: dislike-target-count-async-topic        # 異步更新使用的消費(fèi)者組        consumerGroup: dislike-target-count-async-group    like:      async:        # 是否開(kāi)啟異步更新        enable: true        # 異步更新所使用的 topic        topic: like-target-count-async-topic        # 異步更新使用的消費(fèi)者組        consumerGroup: like-target-count-async-group

4.4.3. 異步效果

重啟應(yīng)用程序,在 swagger 中執(zhí)行 點(diǎn)贊 操作,從控制臺(tái)可以看到如下日志:w7Y28資訊網(wǎng)——每日最新資訊28at.com

[nio-8080-exec-7] c.g.l.c.a.order.OrderedAsyncInterceptor  : success to send orderly async Task to RocketMQ, args is [ActionTarget(type=test, id=18, valid=true), 1], shardingKey is 18, msg is GenericMessage [payload={"0":"{/"type/":/"test/",/"id/":18,/"valid/":true}","1":"1"}, headers={id=c84e6be5-acec-27c2-3f44-6250003a56c7, timestamp=1685275901638}], result is SendResult [sendStatus=SEND_OK, msgId=7F0000014F505C8DA9628F610AC60007, offsetMsgId=C0A8032300002A9F00000000001A0AFD, messageQueue=MessageQueue [topic=dislike-target-count-async-topic, brokerName=MacdeMacBook-Pro-171.local, queueId=3], queueOffset=8][MessageThread_4] g.l.i.d.DislikeTargetCountRepositoryImpl : begin to incr for db target ActionTarget(type=test, id=18, valid=true), count 1[nio-8080-exec-7] com.geekhalo.like.app.RocketMQPublisher  : success to send msg GenericMessage [payload={"targetId":18,"targetType":"test","userId":1}, headers={id=4e8e13f9-b3cd-7b90-059f-f506f09d9948, timestamp=1685275901640}] to like-event-topic:DislikeMarkedEvent, msgId is 7F0000014F505C8DA9628F610AC80008[nio-8080-exec-7] c.g.l.c.c.s.AbstractCommandService       : success to sync AbstractCommandService.Syncer.Data(id=106, action=UPDATE, a=DislikeAction(super=AbstractAction(super=AbstractAggRoot(super=AbstractEntity(vsn=0, createAt=Sun May 28 20:11:41 CST 2023, updateAt=Sun May 28 20:11:41 CST 2023, deleteAt=null), events=[]), id=106, user=ActionUser(userId=1, valid=true), target=ActionTarget(type=test, id=18, valid=true), status=VALID)))[MessageThread_4] g.l.i.d.DislikeTargetCountRepositoryImpl : success to incr for db target ActionTarget(type=test, id=18, valid=true), count 1[MessageThread_4] .s.AbstractSingleMethodConsumerContainer : consume message 7F0000014F505C8DA9628F610AC60007, cost: 27 ms

從日志上看,可以得出:w7Y28資訊網(wǎng)——每日最新資訊28at.com

  • nio 線程向 MQ 發(fā)送消息
  • MessageThread 線程從 MQ 中獲取數(shù)據(jù)并執(zhí)行 incr 操作

4.5. 分庫(kù)分表

隨著系統(tǒng)的運(yùn)行,數(shù)據(jù)量會(huì)逐漸增大,最終超出單個(gè) DB 的容量上限。這種情況下,最佳實(shí)踐便是對(duì)數(shù)據(jù)庫(kù)進(jìn)行分庫(kù)分表。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.5.1. 構(gòu)建數(shù)據(jù)庫(kù)和表

在 infrastructure 模塊的 sql 目錄下存在兩個(gè) sql 文件:w7Y28資訊網(wǎng)——每日最新資訊28at.com

  • create_table_sharding_action.sql : 贊/踩 操作分庫(kù)分表
  • create_table_sharding_count.sql : 贊/踩 計(jì)數(shù)分庫(kù)分表

示例中總共分16張表,存放在兩個(gè)數(shù)據(jù)庫(kù)中:w7Y28資訊網(wǎng)——每日最新資訊28at.com

  • db1 存放 0-7 表
  • db2 存放 8-15 表

如圖所示:w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.5.2. 添加 ShardingSphere 支持

在 bootstrap 的pom 文件增加 ShardingSphere 的依賴(lài),具體如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

<dependency>    <groupId>org.apache.shardingsphere</groupId>    <artifactId>sharding-jdbc-spring-boot-starter</artifactId></dependency>

其次,增加分庫(kù)分表配置文件,為了方便新建 application.properties 存放分庫(kù)分表配置:w7Y28資訊網(wǎng)——每日最新資訊28at.com

# 數(shù)據(jù)源配置# 總共4個(gè)數(shù)據(jù)源spring.shardingsphere.datasource.names=action-ds0, action-ds1, count-ds0, count-ds1 # action-ds0 數(shù)據(jù)源配置spring.shardingsphere.datasource.action-ds0.type=com.zaxxer.hikari.HikariDataSourcespring.shardingsphere.datasource.action-ds0.driver-class-name=com.mysql.cj.jdbc.Driverspring.shardingsphere.datasource.action-ds0.jdbc-url=jdbc:mysql://127.0.0.1:3306/like_action_0?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTCspring.shardingsphere.datasource.action-ds0.username=rootspring.shardingsphere.datasource.action-ds0.password=root# action-ds1 數(shù)據(jù)源配置spring.shardingsphere.datasource.action-ds1.type=com.zaxxer.hikari.HikariDataSourcespring.shardingsphere.datasource.action-ds1.driver-class-name=com.mysql.cj.jdbc.Driverspring.shardingsphere.datasource.action-ds1.jdbc-url=jdbc:mysql://127.0.0.1:3306/like_action_1?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTCspring.shardingsphere.datasource.action-ds1.username=rootspring.shardingsphere.datasource.action-ds1.password=root# count-ds0 數(shù)據(jù)源配置spring.shardingsphere.datasource.count-ds0.type=com.zaxxer.hikari.HikariDataSourcespring.shardingsphere.datasource.count-ds0.driver-class-name=com.mysql.cj.jdbc.Driverspring.shardingsphere.datasource.count-ds0.jdbc-url=jdbc:mysql://127.0.0.1:3306/like_count_0?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTCspring.shardingsphere.datasource.count-ds0.username=rootspring.shardingsphere.datasource.count-ds0.password=root# count-ds1 數(shù)據(jù)源配置spring.shardingsphere.datasource.count-ds1.type=com.zaxxer.hikari.HikariDataSourcespring.shardingsphere.datasource.count-ds1.driver-class-name=com.mysql.cj.jdbc.Driverspring.shardingsphere.datasource.count-ds1.jdbc-url=jdbc:mysql://127.0.0.1:3306/like_count_1?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTCspring.shardingsphere.datasource.count-ds1.username=rootspring.shardingsphere.datasource.count-ds1.password=root# 分庫(kù)分表規(guī)則配置# 使用雪花算法生成分布式主鍵id的值spring.shardingsphere.sharding.default-key-generator.column=idspring.shardingsphere.sharding.default-key-generator.column-type=BIGINTspring.shardingsphere.sharding.default-key-generator.type=SNOWFLAKEspring.shardingsphere.sharding.default-key-generator.algorithm-expression=SNOWFLAKE_HASH(id, 12)spring.shardingsphere.sharding.default-key-generator.matrix-handling-type=SHARDING_DEFAULT# 踩行為表配置spring.shardingsphere.sharding.tables.dislike_action.actual-data-nodes=action-ds0.dislike_action_$->{0..7},action-ds1.dislike_action_$->{8..15}# user_id 為分表分片鍵spring.shardingsphere.sharding.tables.dislike_action.table-strategy.inline.sharding-column=user_id# 根據(jù) user_id 以 16 取模,進(jìn)行分表spring.shardingsphere.sharding.tables.dislike_action.table-strategy.inline.algorithm-expression=dislike_action_$->{Math.abs(user_id.hashCode())  % 16}# user_id 為分庫(kù)分片鍵spring.shardingsphere.sharding.tables.dislike_action.database-strategy.inline.sharding-column=user_id# 根據(jù) user_id 以 16 取模后除8 ,進(jìn)行分庫(kù)spring.shardingsphere.sharding.tables.dislike_action.database-strategy.inline.algorithm-expression=action-ds$->{Math.floorDiv((Math.abs(user_id.hashCode())  % 16) , 8)}spring.shardingsphere.sharding.tables.like_action.actual-data-nodes=action-ds0.like_action_$->{0..7},action-ds1.like_action_$->{8..15}spring.shardingsphere.sharding.tables.like_action.table-strategy.inline.sharding-column=user_idspring.shardingsphere.sharding.tables.like_action.table-strategy.inline.algorithm-expression=like_action_$->{Math.abs(user_id.hashCode())  % 16}spring.shardingsphere.sharding.tables.like_action.database-strategy.inline.sharding-column=user_idspring.shardingsphere.sharding.tables.like_action.database-strategy.inline.algorithm-expression=action-ds$->{Math.floorDiv((Math.abs(user_id.hashCode())  % 16) , 8)}# 計(jì)數(shù)表配置spring.shardingsphere.sharding.tables.dislike_target_count.actual-data-nodes=count-ds0.dislike_target_count_$->{0..7},count-ds1.dislike_target_count_$->{8..15}# target_id 為分表分片鍵spring.shardingsphere.sharding.tables.dislike_target_count.table-strategy.inline.sharding-column=target_id# 根據(jù) target_id 以 16 取模,進(jìn)行分表spring.shardingsphere.sharding.tables.dislike_target_count.table-strategy.inline.algorithm-expression=dislike_target_count_$->{Math.abs(target_id.hashCode())  % 16}# target_id 為分庫(kù)分片鍵spring.shardingsphere.sharding.tables.dislike_target_count.database-strategy.inline.sharding-column=target_id# 根據(jù) target_id 以 16 取模后除8 ,進(jìn)行分庫(kù)spring.shardingsphere.sharding.tables.dislike_target_count.database-strategy.inline.algorithm-expression=count-ds$->{Math.floorDiv((Math.abs(target_id.hashCode()) % 16), 8)}spring.shardingsphere.sharding.tables.like_target_count.actual-data-nodes=count-ds0.like_target_count_$->{0..7},count-ds1.like_target_count_$->{8..15}spring.shardingsphere.sharding.tables.like_target_count.table-strategy.inline.sharding-column=target_idspring.shardingsphere.sharding.tables.like_target_count.table-strategy.inline.algorithm-expression=like_target_count_$->{Math.abs(target_id.hashCode()) % 16}spring.shardingsphere.sharding.tables.like_target_count.database-strategy.inline.sharding-column=target_idspring.shardingsphere.sharding.tables.like_target_count.database-strategy.inline.algorithm-expression=count-ds$->{Math.floorDiv((Math.abs(target_id.hashCode()) % 16), 8)}# 打印 SQL 配置(可選)spring.shardingsphere.props.sql.show=true

在雪花算法情況下,尾數(shù)會(huì)變的極度不均勻,所以在進(jìn)行計(jì)算之前,通常先執(zhí)行 hashCode 在進(jìn)行取模操作。w7Y28資訊網(wǎng)——每日最新資訊28at.com

4.5.3. 分庫(kù)分表效果

啟動(dòng)應(yīng)用程序,控制臺(tái)輸出 sharding 相關(guān)配置,具體如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

defaultKeyGenerator:  column: id  type: SNOWFLAKEtables:  dislike_action:    actualDataNodes: action-ds0.dislike_action_$->{0..7},action-ds1.dislike_action_$->{8..15}    databaseStrategy:      inline:        algorithmExpression: action-ds$->{Math.floorDiv((Math.abs(user_id.hashCode())  % 16) , 8)}        shardingColumn: user_id    logicTable: dislike_action    tableStrategy:      inline:        algorithmExpression: dislike_action_$->{Math.abs(user_id.hashCode()) % 16}        shardingColumn: user_id  like_action:    actualDataNodes: action-ds0.like_action_$->{0..7},action-ds1.like_action_$->{8..15}    databaseStrategy:      inline:        algorithmExpression: action-ds$->{Math.floorDiv((Math.abs(user_id.hashCode())  % 16) , 8)}        shardingColumn: user_id    logicTable: like_action    tableStrategy:      inline:        algorithmExpression: like_action_$->{Math.abs(user_id.hashCode())  % 16}        shardingColumn: user_id  dislike_target_count:    actualDataNodes: count-ds0.dislike_target_count_$->{0..7},count-ds1.dislike_target_count_$->{8..15}    databaseStrategy:      inline:        algorithmExpression: count-ds$->{Math.floorDiv((Math.abs(target_id.hashCode()) % 16), 8)}        shardingColumn: target_id    logicTable: dislike_target_count    tableStrategy:      inline:        algorithmExpression: dislike_target_count_$->{Math.abs(target_id.hashCode())  % 16}        shardingColumn: target_id  like_target_count:    actualDataNodes: count-ds0.like_target_count_$->{0..7},count-ds1.like_target_count_$->{8..15}    databaseStrategy:      inline:        algorithmExpression: count-ds$->{Math.floorDiv((Math.abs(target_id.hashCode()) % 16), 8)}        shardingColumn: target_id    logicTable: like_target_count    tableStrategy:      inline:        algorithmExpression: like_target_count_$->{Math.abs(target_id.hashCode()) % 16}        shardingColumn: target_id

在 Swagger UI 中操作點(diǎn)贊,控制臺(tái)輸出如下:w7Y28資訊網(wǎng)——每日最新資訊28at.com

Logic SQL: select dislikeact0_.id as id1_0_, dislikeact0_.create_time as create_t2_0_, dislikeact0_.delete_time as delete_t3_0_, dislikeact0_.update_time as update_t4_0_, dislikeact0_.vsn as vsn5_0_, dislikeact0_.status as status6_0_, dislikeact0_.target_id as target_i7_0_, dislikeact0_.target_type as target_t8_0_, dislikeact0_.user_id as user_id9_0_ from dislike_action dislikeact0_ where dislikeact0_.user_id=? and dislikeact0_.target_type=?Actual SQL: action-ds0 ::: select dislikeact0_.id as id1_0_, dislikeact0_.create_time as create_t2_0_, dislikeact0_.delete_time as delete_t3_0_, dislikeact0_.update_time as update_t4_0_, dislikeact0_.vsn as vsn5_0_, dislikeact0_.status as status6_0_, dislikeact0_.target_id as target_i7_0_, dislikeact0_.target_type as target_t8_0_, dislikeact0_.user_id as user_id9_0_ from dislike_action_0 dislikeact0_ where dislikeact0_.user_id=? and dislikeact0_.target_type=? ::: [2707692781417059328, Test]

其中:w7Y28資訊網(wǎng)——每日最新資訊28at.com

  • Logic SQL:邏輯 SQL 中的表為 dislike_action
  • Actual SQL:實(shí)際執(zhí)行的 SQL 表為 dislike_action_0,數(shù)據(jù)庫(kù)為 action-ds0

5. 項(xiàng)目信息

項(xiàng)目地址見(jiàn):https://gitee.com/litao851025/lego/tree/master/services/likew7Y28資訊網(wǎng)——每日最新資訊28at.com

本文鏈接:http://www.www897cc.com/showinfo-26-15763-0.html基于 DDD 的互聯(lián)網(wǎng)“贊&amp;踩”系統(tǒng)

聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。郵件:2376512515@qq.com

上一篇: Spring 框架中Spring Cache緩存解決方案

下一篇: 微服務(wù)之負(fù)載均衡使用場(chǎng)景

標(biāo)簽:
  • 熱門(mén)焦點(diǎn)
Top 主站蜘蛛池模板: 灌南县| 平利县| 神池县| 堆龙德庆县| 汉阴县| 静海县| 太白县| 林周县| 基隆市| 同仁县| 昌图县| 平和县| 会东县| 郁南县| 绥中县| 乌苏市| 天津市| 丽水市| 肃南| 黄大仙区| 洞头县| 海原县| 永德县| 荥经县| 峨眉山市| 宜昌市| 华阴市| 民乐县| 拉萨市| 河北省| 东兴市| 洞口县| 尼玛县| 中宁县| 宜兰市| 平山县| 石渠县| 含山县| 丹江口市| 宁武县| 潞西市|