Skip to content

Commit

Permalink
Merge pull request #123 from Tangjiafeng/master
Browse files Browse the repository at this point in the history
update linkis repository url.
  • Loading branch information
Tangjiafeng authored Jun 30, 2022
2 parents 7d069fb + 6a26c9b commit fa9aef9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ English | [中文](/README_zh.md)
## Overview
Qualitis is a data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing.

Based on Spring Boot, Qualitis submits quality model task to [Linkis](https://github.com/WeBankFinTech/Linkis) platform. It provides functions such as data quality model construction, data quality model execution, data quality verification, reports of data quality generation and so on.
Based on Spring Boot, Qualitis submits quality model task to [Linkis](https://github.com/apache/incubator-linkis) platform. It provides functions such as data quality model construction, data quality model execution, data quality verification, reports of data quality generation and so on.

At the same time, Qualitis provides enterprise-level features of financial-level resource isolation, management and access control. It is also guaranteed working well under high-concurrency, high-performance and high-availability scenarios.

Expand Down Expand Up @@ -72,9 +72,9 @@ If you desire immediate response, please kindly raise issues to us or scan the b
![](images/en_US/ch1/ContractUs.png)

## License
**Linkis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.**
**Qualitis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.**

## Tips
Because the front-end code of Qualitis is FES, a front-end framework developed by WeBank, but the FES framework is not currently open source, so the front-end code of Qualitis is not open source for the time being. We will promote Qualitis's front-end open source as soon as possible. We are very sorry about this.

You can download the source code and unzip web/app/src/main/resources/static/static.zip to get the compiled front-end code, or use it directly by downloading the release.
You can download the source code and unzip web/app/src/main/resources/static/static.zip to get the compiled front-end code, or use it directly by downloading the release.
2 changes: 1 addition & 1 deletion docs/en_US/ch1/QuickDeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JDK (1.8.0_141)
Hadoop (2.7.2)
Hive (1.2.1)
Zookeeper (3.4.9)
Linkis (0.9.1), Spark engine required.[How to install Linkis?](https://github.com/WeBankFinTech/Linkis)
Linkis (0.9.1), Spark engine required.[How to install Linkis?](https://github.com/apache/incubator-linkis)
DataSphereStudio (0.6.0) Optional. If you want to use workflow, it it required. [How to install DataSphereStudio?](https://github.com/WeBankFinTech/DataSphereStudio)

## 2. Download
Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/ch1/User Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 1. Introduction
Qualitis is a one-stop data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing.

Based on Spring Boot, Qualitis analysis quality model by [Linkis](https://github.com/WeBankFinTech/Linkis). It provides functions such as data quality model construction, timing execution, trigger execution, data quality verification, reports of data quality generation and so on.
Based on Spring Boot, Qualitis analysis quality model by [Linkis](https://github.com/apache/incubator-linkis). It provides functions such as data quality model construction, timing execution, trigger execution, data quality verification, reports of data quality generation and so on.

At the same time, Qualitis provides enterprise-level features of financial-level resource isolation, management, access control and collaborative edition. It is also guaranteed working well under high-concurrency, high-performance and high-availability scenarios.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/ch1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Qualitis基于Spring Boot,依赖于Linkis进行数据计算,提供数据质
![](../../../images/en_US/ch1/ContractUs.png)

## License
**Linkis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.**
**Qualitis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.**
2 changes: 1 addition & 1 deletion docs/zh_CN/ch1/快速搭建手册——HA版.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gradle (4.6)
MySQL (5.5.x)
JDK (1.8.0_141)
Zookeeper (3.4.9)
Linkis(0.9.x或1.x), 必装Spark引擎。[如何安装Linkis](https://github.com/WeBankFinTech/Linkis)
Linkis(0.9.x或1.x), 必装Spark引擎。[如何安装Linkis](https://github.com/apache/incubator-linkis)
DataSphereStudio (1.x) 可选. 如果你想使用工作流,必装DataSphereStudio。[如何安装DataSphereStudio?](https://github.com/WeBankFinTech/DataSphereStudio)

## 二、安装包下载
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/ch1/快速搭建手册——单机版.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Gradle (4.6)
MySQL (5.5.x)
JDK (1.8.0_141)
Linkis(0.9.x或1.x), 必装Spark引擎。[如何安装Linkis](https://github.com/WeBankFinTech/Linkis)
Linkis(0.9.x或1.x), 必装Spark引擎。[如何安装Linkis](https://github.com/apache/incubator-linkis)
DataSphereStudio (1.0.1, 1.1.0) 可选. 如果你想使用工作流,必装DataSphereStudio。[如何安装DataSphereStudio?](https://github.com/WeBankFinTech/DataSphereStudio)

## 二、安装包下载
Expand Down

0 comments on commit fa9aef9

Please sign in to comment.