You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ English | [中文](README-ZH.md)
4
4
5
5
## Introduction
6
6
7
-
Exchangis 1.0.0 is a new version of data exchange tool jointly developed by WeDataSphere, a big data platform of WeBank, and community users, which supports the synchronization of structured and unstructured data transmission between heterogeneous data sources.
7
+
Exchangis 1.0.0 is a new version of data exchange tool jointly developed by WeDataSphere, a big data platform of WeBank, and community users, which supports the synchronization of structured and unstructured data transmission between heterogeneous data sources.
8
8
9
-
Exchangis is abstracted a set of unified data source and synchronous job definition plugins, which allows users to quickly access new data sources, and can be used in the page only by simple configuration in the database.
9
+
Exchangis abstracts a unified set of data source and synchronization job definition plugins, allowing users to quickly access new data sources and use them on pages with simple configuration in the database.
10
10
11
-
Based on the plug-in framework design and the computing middleware [Linkis](https://github.com/apache/incubator-Linkis), Exchangis can quickly integrate and dock Linkis's integrated data synchronization engine, and transform Exchangis's synchronization job into Linkis's data synchronization job.
11
+
Based on the plugin framework design and the computing middleware [Linkis](https://github.com/apache/incubator-Linkis), Exchangis can quickly connect to the data synchronization engine in Linkis, and convert the data synchronization job of Exchangis into the job of Linkis.
12
12
13
13
With the help of [Linkis](https://github.com/apache/incubator-linkis) computing middleware's connection, reuse and simplification capabilities, Exchangia is inherently equipped with financial-grade data synchronization capabilities of high concurrency, high availability, multi-tenant isolation and resource control.
14
14
@@ -20,7 +20,7 @@ With the help of [Linkis](https://github.com/apache/incubator-linkis) computing
20
20
21
21
### 1. Lightweight datasource management
22
22
23
-
- Based on Linkis DataSource, all the necessary capabilities of the underlying datasource in Exchangis abstracted as the source and sink of a synchronous job. A datasource can be created by simple configuration.
23
+
- Based on Linkis DataSource, Exchangis abstracts all the necessary capabilities of the underlying data source as the Source and Sink of a synchronization job. A data source can be created with simple configuration.
24
24
25
25
- Special datasource version publishing management function supports version history datasource rollback, and one-click publishing does not need to configure historical datasources again.
26
26
@@ -37,17 +37,17 @@ With the help of [Linkis](https://github.com/apache/incubator-linkis) computing
37
37
Monitor long-running tasks and abnormal tasks, stop tasks and release occupied resources in time.
38
38
39
39
40
-
### 3. The first one-stop portal for big data development through DSS workflow.
40
+
### 3. Integrate with DSS workflow, one-stop big data development portal
41
41
42
-
- Realize DSS AppConn's three-level specification, including the first-level SSO specification, the second-level organizational structure specification and the third-level development process specification;
42
+
- Realize DSS AppConn's three-level specification, including the first-level SSO specification, the second-level organizational structure specification and the third-level development process specification.
43
43
44
-
- As the data exchange node of DSS workflow, it is the portal process in the whole workflow link, which provides a solid data foundation for the subsequent operation of workflow nodes;
44
+
- As the data exchange node of DSS workflow, it is the fundamental process in the whole workflow link, which provides a solid data foundation for the subsequent operation of workflow nodes.
0 commit comments