Skip to content

Commit

Permalink
Merge pull request #298 from WeDataSphere/dev-1.0.0-rc
Browse files Browse the repository at this point in the history
Dev 1.0.0 rc
  • Loading branch information
Davidhua1996 authored Jun 10, 2022
2 parents 5508cf4 + ba29a13 commit 5aa1f45
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 330 deletions.
5 changes: 3 additions & 2 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Exchangis 抽象了一套统一的数据源和同步作业定义插件,允许

借助于 [Linkis](https://github.com/apache/incubator-linkis) 计算中间件的连接、复用与简化能力,Exchangis 天生便具备了高并发、高可用、多租户隔离和资源管控的金融级数据同步能力。

##界面预览
### 界面预览

![image](https://user-images.githubusercontent.com/27387830/171488936-2cea3ee9-4ef7-4309-93e1-e3b697bd3be1.png)

Expand Down Expand Up @@ -49,7 +49,8 @@ Exchangis 抽象了一套统一的数据源和同步作业定义插件,允许

### 架构设计

![架构设计](https://user-images.githubusercontent.com/27387830/171487056-842512b4-fd17-413f-97a1-8f4b72a3ebe9.png)
![架构设计](https://user-images.githubusercontent.com/27387830/173026793-f1475803-9f85-4478-b566-1ad1d002cd8a.png)


## 相关文档
[安装部署文档](exchangis_deploy_cn.md)
Expand Down
2 changes: 1 addition & 1 deletion assembly-package/config/exchangis-server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ wds.exchangis.job.task.scheduler.load-balancer.flexible.segments.min-occupy=0.25
wds.exchangis.job.task.scheduler.load-balancer.flexible.segments.max-occupy=0.5
#wds.exchangis.job.scheduler.group.max.running-jobs=4


wds.linkis.session.ticket.key=bdp-user-ticket-id

18 changes: 11 additions & 7 deletions docs/zh_CN/ch1/exchangis_deploy_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,17 @@ LINKIS_GATEWAY_HOST=
#LINKIS_GATEWAY服务地址端口,用于查找linkis-mg-gateway服务
LINKIS_GATEWAY_PORT=

#LINKIS_GATEWAY服务地址URL,由上面两部分组成
LINKIS_SERVER_URL=

#用于请求校验 linkis 服务的 token,该字段可在 linkis 安装目录的${LINKIST_INSTALLED_HOME}/conf/token.propertis中获取
LINKIS_TOKEN=

EUREKA_INSTALL_IP=

EUREKA_INSTALL_PORT=
#Eureka服务端口
EUREKA_PORT=

#Eureka服务URL
DEFAULT_ZONE=
```

### 2.4 修改数据库配置
Expand All @@ -97,7 +101,7 @@ EUREKA_INSTALL_PORT=

```shell script
# 设置数据库的连接信息
# 包括IP地址、数据库名称、用户名、端口
# 包括IP地址、端口、用户名、密码和数据库名称
MYSQL_HOST=
MYSQL_PORT=
MYSQL_USERNAME=
Expand All @@ -121,9 +125,9 @@ DATABASE=

1. 初始化数据库表

当出现该提醒时:Do you want to initalize database with sql: [${SQL_SOURCE_PATH}]?
当出现该提醒时:Do you want to confiugre and install project?

输入 `y` 初始化数据库表,输入 `n` 跳过数据库表初始化步骤。
输入 `y` 既开始安装Exchangis服务,输入 `n` 为不进行安装

#### 2.5.3 启动服务

Expand Down Expand Up @@ -247,4 +251,4 @@ Exchangis 已默认提供了编译好的前端安装包,可直接下载使用

## 5. 如何登录使用 Exchangis

待补充
待补充
222 changes: 0 additions & 222 deletions docs/zh_CN/ch1/exchangis_user_manual_cn.md

This file was deleted.

Loading

0 comments on commit 5aa1f45

Please sign in to comment.