Skip to content

Commit 4de3e7e

Browse files
wlhbdpalldatafounder
wlhbdp
authored andcommitted
feature(branch_wlh): refactor business
1 parent db0e17b commit 4de3e7e

File tree

2,749 files changed

+26991
-26599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,749 files changed

+26991
-26599
lines changed
File renamed without changes.

README-zh.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ DevOps:
157157
mall-shopping-wc: 商城小程序
158158
mall-shopping-mobile: 商城前台
159159
mall-shopping-pc: 商城pc端
160-
mall-pc-backend: 商城pc端服务
161-
mall-shopping-service: 商城前台服务(小程序和前台接入此接口)
160+
pcAdminService: 商城pc端服务
161+
mobileService: 商城前台服务(小程序和前台接入此接口)
162162
商城后台:
163163
mall-admin-web: 商城后台
164-
mall-admin-service: 商城后台服务
164+
pcAdminService: 商城后台服务
165165
~~~
166166

167167
~~~markdown
@@ -234,11 +234,11 @@ job-schedule: 任务提交平台
234234

235235
10、启动配置教程
236236

237-
10.1 启动前,打包dubbo-servie项目,进入dubbo-service目录
237+
10.1 启动前,打包dubbo-servie项目,进入dubbo目录
238238

239239
执行mvn clean package -DskipTests=TRUE打包,然后执行mvn install.
240240

241-
10.2 启动dubbo-service项目,配置tomcat端口为8091
241+
10.2 启动dubbo项目,配置tomcat端口为8091
242242

243243
<img width="1210" alt="image" src="https://user-images.githubusercontent.com/20246692/160220455-45898c53-0de6-4a06-80b0-ae7e758b9457.png">
244244

@@ -249,9 +249,9 @@ job-schedule: 任务提交平台
249249

250250
10.3.1、前端:启动mall-admin-web项目,进入项目目录,执行npm install,然后执行npm run dev;
251251

252-
10.3.2、后端:启动mall-admin-service/mall-admin-search项目,
252+
10.3.2、后端:启动pcAdminService/mall-admin-search项目,
253253

254-
配置tomcat端口为8092,接着启动mall-manage-service项目,tomcat端口配置为8093;
254+
配置tomcat端口为8092,接着启动pcManage项目,tomcat端口配置为8093;
255255

256256
<img width="1226" alt="image" src="https://user-images.githubusercontent.com/20246692/160220467-283a7964-27c1-4184-9ece-778e87fc38f7.png">
257257
<img width="1217" alt="image" src="https://user-images.githubusercontent.com/20246692/160220472-68a6d9a4-e295-4b86-a9e6-75b53f821d52.png">
@@ -276,7 +276,7 @@ job-schedule: 任务提交平台
276276

277277
10.3.3.3、后端:小程序和移动端用的是同一个后台服务,
278278

279-
启动mall-shopping-service项目,进入项目目录,配置tomcat端口8094
279+
启动mobileService项目,进入项目目录,配置tomcat端口8094
280280

281281
<img width="1221" alt="image" src="https://user-images.githubusercontent.com/20246692/160220500-7c6b9097-7a82-4f23-95be-eda9c8f9eee5.png">
282282

@@ -287,7 +287,7 @@ job-schedule: 任务提交平台
287287

288288
进入项目目录,执行npm install和npm run dev;
289289

290-
10.3.4.2、后端:启动mall-pc-backend项目,配置tomcat端口为8095;
290+
10.3.4.2、后端:启动pcAdminService项目,配置tomcat端口为8095;
291291

292292
<img width="1221" alt="image" src="https://user-images.githubusercontent.com/20246692/160220506-688f51cc-1b3d-46a9-ad3e-ec033ee69562.png">
293293

README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@ PERJOB启动FlinkSQL
102102

103103
| Component | Description | Important Composition |
104104
| --------------- | -----------------------|-----------------------|
105-
| [**bdp-ai**](https://github.com/authorwlh/alldata/tree/master/bdp-ai) | AI FOR BDP PLATFORM artificial intelligence engine | 人工智能引擎 |
106-
| [**bdp-business**](https://github.com/authorwlh/alldata/tree/master/bdp-business) | BUSINESS FOR BDP PLATFORM | 商业项目 |
107-
| [**bdp-compute**](https://github.com/authorwlh/alldata/tree/master/bdp-compute) | BUSINESS FOR BDP PLATFORM CALCULATION ENGINE | 计算引擎
108-
| [**bdp-devops**](https://github.com/authorwlh/alldata/tree/master/bdp-devops) | DEVOPS FOR BDP PLATFORM O&M Engine | 运维引擎 |
105+
| [**bdp-ai**](https://github.com/authorwlh/alldata/tree/master/bdp-ai) | AI FOR ALL DATA PLATFORM artificial intelligence engine | 人工智能引擎 |
106+
| [**bdp-business**](https://github.com/authorwlh/alldata/tree/master/bdp-business) | BUSINESS FOR ALL DATA PLATFORM | 商业项目 |
107+
| [**bdp-compute**](https://github.com/authorwlh/alldata/tree/master/bdp-compute) | BUSINESS FOR ALL DATA PLATFORM CALCULATION ENGINE | 计算引擎
108+
| [**bdp-devops**](https://github.com/authorwlh/alldata/tree/master/bdp-devops) | DEVOPS FOR ALL DATA PLATFORM O&M Engine | 运维引擎 |
109109
| [**bdp-assembly**](https://github.com/authorwlh/alldata/tree/master/bdp-assembly) | whole package build | 整包构建 |
110110
| [**bdp-docs**](https://github.com/authorwlh/alldata/tree/master/bdp-docs) | Document | 文档 |
111-
| [**bdp-govern**](https://github.com/authorwlh/alldata/tree/master/bdp-govern) | DATA GOVERN FOR BDP PLATFORM Data Governance Engine | 数据治理引擎 |
112-
| [**bdp-integrate**](https://github.com/authorwlh/alldata/tree/master/bdp-integrate) | DATA Integrate FOR BDP PLATFORM Data Integration Engine | 数据集成引擎 |
113-
| [**bdp-ods**](https://github.com/authorwlh/alldata/tree/master/bdp-ods) | DATA ODS FOR BDP PLATFORM data acquisition engine | 数据采集引擎 |
114-
| [**bdp-olap**](https://github.com/authorwlh/alldata/tree/master/bdp-olap) | OLAP FOR BDP PLATFORM OLAP query engine | OLAP查询引擎 |
115-
| [**bdp-optimize**](https://github.com/authorwlh/alldata/tree/master/bdp-optimize) | OPTIMIZE FOR BDP PLATFORM performance optimization engine | 性能优化引擎 |
116-
| [**bdp-storage**](https://github.com/authorwlh/alldata/tree/master/bdp-storage) | DATABASES FOR BDP PLATFORM distributed storage engine | 分布式存储引擎 |
111+
| [**bdp-govern**](https://github.com/authorwlh/alldata/tree/master/bdp-govern) | DATA GOVERN FOR ALL DATA PLATFORM Data Governance Engine | 数据治理引擎 |
112+
| [**bdp-integrate**](https://github.com/authorwlh/alldata/tree/master/bdp-integrate) | DATA Integrate FOR ALL DATA PLATFORM Data Integration Engine | 数据集成引擎 |
113+
| [**bdp-ods**](https://github.com/authorwlh/alldata/tree/master/bdp-ods) | DATA ODS FOR ALL DATA PLATFORM data acquisition engine | 数据采集引擎 |
114+
| [**bdp-olap**](https://github.com/authorwlh/alldata/tree/master/bdp-olap) | OLAP FOR ALL DATA PLATFORM OLAP query engine | OLAP查询引擎 |
115+
| [**bdp-optimize**](https://github.com/authorwlh/alldata/tree/master/bdp-optimize) | OPTIMIZE FOR ALL DATA PLATFORM performance optimization engine | 性能优化引擎 |
116+
| [**bdp-storage**](https://github.com/authorwlh/alldata/tree/master/bdp-storage) | DATABASES FOR ALL DATA PLATFORM distributed storage engine | 分布式存储引擎 |
117117

118118
### 2、商城展示
119119
<br>
@@ -149,11 +149,11 @@ PERJOB启动FlinkSQL
149149
mall-shopping-wc: 商城小程序
150150
mall-shopping-mobile: 商城前台
151151
mall-shopping-pc: 商城pc端
152-
mall-pc-backend: 商城pc端服务
153-
mall-shopping-service: 商城前台服务(小程序和前台接入此接口)
152+
pcAdminService: 商城pc端服务
153+
mobileService: 商城前台服务(小程序和前台接入此接口)
154154
商城后台:
155155
mall-admin-web: 商城后台
156-
mall-admin-service: 商城后台服务
156+
pcAdminService: 商城后台服务
157157
~~~
158158

159159
### 4、数据收集
@@ -226,11 +226,11 @@ job-schedule: 任务提交平台
226226

227227
### 10、启动配置教程
228228

229-
10.1 启动前,打包dubbo-servie项目,进入dubbo-service目录
229+
10.1 启动前,打包dubbo-servie项目,进入dubbo目录
230230

231231
执行mvn clean package -DskipTests=TRUE打包,然后执行mvn install.
232232

233-
10.2 启动dubbo-service项目,配置tomcat端口为8091
233+
10.2 启动dubbo项目,配置tomcat端口为8091
234234

235235
<img width="1210" alt="image" src="https://user-images.githubusercontent.com/20246692/160220455-45898c53-0de6-4a06-80b0-ae7e758b9457.png">
236236

@@ -241,9 +241,9 @@ job-schedule: 任务提交平台
241241

242242
10.3.1、前端:启动mall-admin-web项目,进入项目目录,执行npm install,然后执行npm run dev;
243243

244-
10.3.2、后端:启动mall-admin-service/mall-admin-search项目,
244+
10.3.2、后端:启动pcAdminService/mall-admin-search项目,
245245

246-
配置tomcat端口为8092,接着启动mall-manage-service项目,tomcat端口配置为8093;
246+
配置tomcat端口为8092,接着启动pcManage项目,tomcat端口配置为8093;
247247

248248
<img width="1226" alt="image" src="https://user-images.githubusercontent.com/20246692/160220467-283a7964-27c1-4184-9ece-778e87fc38f7.png">
249249
<img width="1217" alt="image" src="https://user-images.githubusercontent.com/20246692/160220472-68a6d9a4-e295-4b86-a9e6-75b53f821d52.png">
@@ -268,7 +268,7 @@ job-schedule: 任务提交平台
268268

269269
10.3.3.3、后端:小程序和移动端用的是同一个后台服务,
270270

271-
启动mall-shopping-service项目,进入项目目录,配置tomcat端口8094
271+
启动mobileService项目,进入项目目录,配置tomcat端口8094
272272

273273
<img width="1221" alt="image" src="https://user-images.githubusercontent.com/20246692/160220500-7c6b9097-7a82-4f23-95be-eda9c8f9eee5.png">
274274

@@ -279,7 +279,7 @@ job-schedule: 任务提交平台
279279

280280
进入项目目录,执行npm install和npm run dev;
281281

282-
10.3.4.2、后端:启动mall-pc-backend项目,配置tomcat端口为8095;
282+
10.3.4.2、后端:启动pcAdminService项目,配置tomcat端口为8095;
283283

284284
<img width="1221" alt="image" src="https://user-images.githubusercontent.com/20246692/160220506-688f51cc-1b3d-46a9-ad3e-ec033ee69562.png">
285285

bdp-ai/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AI FOR BDP PLATFORM 人工智能引擎
1+
# AI FOR ALL DATA PLATFORM 人工智能引擎
22

33
```markdown
44
数据平台的人工智能引擎:AI算法驱动

bdp-business/docs/README.md

-68
This file was deleted.

bdp-business/docs/img.png

-39.3 KB
Binary file not shown.

bdp-business/docs/img_1.png

-107 KB
Binary file not shown.

bdp-business/docs/img_10.png

-107 KB
Binary file not shown.

bdp-business/docs/img_11.png

-109 KB
Binary file not shown.

bdp-business/docs/img_2.png

-101 KB
Binary file not shown.

bdp-business/docs/img_3.png

-110 KB
Binary file not shown.

bdp-business/docs/img_4.png

-102 KB
Binary file not shown.

bdp-business/docs/img_5.png

-105 KB
Binary file not shown.

bdp-business/docs/img_6.png

-107 KB
Binary file not shown.

bdp-business/docs/img_7.png

-98.8 KB
Binary file not shown.

bdp-business/docs/img_8.png

-102 KB
Binary file not shown.

bdp-business/docs/img_9.png

-103 KB
Binary file not shown.

bdp-business/mall-web-backend/.mvn/wrapper/MavenWrapperDownloader.java

-114
This file was deleted.
Binary file not shown.

bdp-business/mall-web-backend/.mvn/wrapper/maven-wrapper.properties

-1
This file was deleted.
Binary file not shown.

bdp-business/mall-web-backend/mall-search/.mvn/wrapper/maven-wrapper.properties

-1
This file was deleted.

bdp-compute/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BUSINESS FOR BDP PLATFORM 计算引擎
1+
# BUSINESS FOR ALL DATA PLATFORM 计算引擎
22

33
数据平台的计算引擎:离线开发&实时开发
44

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 流批一体平台 FOR BDP PLATFORM
1+
# 流批一体平台 FOR ALL DATA PLATFORM
22

33
基于Dlink二开流批一体平台

bdp-compute/realtime-coding/dlink-versions/dlink-0.6.4/dlink-web/src/locales/en-US.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
'layout.user.link.help': 'Help',
1313
'layout.user.link.privacy': 'Privacy',
1414
'layout.user.link.terms': 'Terms',
15-
'app.copyright.produced': 'FLINK SQL IDE FOR ALLDATA',
15+
'app.copyright.produced': 'FLINK SQL IDE FOR ALL DATA',
1616
'app.preview.down.block': 'Download this page to your local project',
1717
'app.welcome.link.fetch-blocks': 'Get all block',
1818
'app.welcome.link.block-list': 'Quickly build standard, pages based on `block` development',

bdp-compute/realtime-coding/dlink-versions/dlink-0.6.4/dlink-web/src/locales/zh-CN.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
'app.preview.down.block': '下载此页面到本地项目',
1616
'app.welcome.link.fetch-blocks': '获取全部区块',
1717
'app.welcome.link.block-list': '基于 block 开发,快速构建标准页面',
18-
'app.copyright.produced': 'FLINK SQL IDE FOR ALLDATA',
18+
'app.copyright.produced': 'FLINK SQL IDE FOR ALL DATA',
1919
...pages,
2020
...globalHeader,
2121
...menu,

bdp-compute/realtime-coding/dlink-versions/dlink-0.6.4/dlink-web/src/pages/Admin.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default (): React.ReactNode => {
1717
<Alert
1818
message={intl.formatMessage({
1919
id: 'pages.welcome.alertMessage',
20-
defaultMessage: 'FLINK SQL IDE FOR ALLDATA',
20+
defaultMessage: 'FLINK SQL IDE FOR ALL DATA',
2121
})}
2222
type="success"
2323
showIcon

bdp-compute/realtime-coding/dlink-versions/dlink-0.6.4/dlink-web/src/pages/document.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
width="32"
205205
style="margin-right: 8px"
206206
/>
207-
ALLDATA
207+
ALL DATA
208208
</div>
209209
</div>
210210
</div>

bdp-devops/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DEVOPS FOR BDP PLATFORM 运维引擎
1+
# DEVOPS FOR ALL DATA PLATFORM 运维引擎
22

33
数据平台的运维引擎:ambari+ds+其他
44

0 commit comments

Comments
 (0)