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: docs/user_manual/quick_starts/en-US/chapter_04_migration_and_synchronization_oceanbase/02_ecological_tools_of_migration_synchronization.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,15 @@ Canal works in the following way:
72
72
73
73
3. Canal parses the binary logs into a stream of bytes.
74
74
75
-
For more information, see the [introduction to Canal](https://github.com/alibaba/canal?tab=readme-ov-file).
75
+
For more information, see the [Introduction Of Canal](https://github.com/alibaba/canal?tab=readme-ov-file).
76
76
77
77
### Flink CDC
78
78
79
79
Flink CDC is a streaming data processing technology based on Flink.
80
80
81
81
It monitors and captures changes of the data source, extracts the changes into the data streams of Flink, and sends the data streams to downstream systems in real time, so that downstream systems can process the data changes in a timely manner. Flink CDC supports multiple data sources, such as relational databases, NoSQL databases, and message queues.
82
82
83
-
For more information, see the [introduction to Flink CDC](https://github.com/apache/flink-cdc).
83
+
For more information, see the [Introduction Of Flink CDC](https://github.com/apache/flink-cdc).
84
84
85
85
### DataX
86
86
@@ -90,7 +90,7 @@ DataX is a tool for offline synchronization between heterogeneous data sources.
90
90
91
91
To address issues of data synchronization between heterogeneous data sources in a complex mesh topology, DataX introduces the star topology and serves as the transmission hub that connects to various data sources. This way, you can connect a new data source to DataX and start synchronizing data between the new data source and the existing data sources right away.
92
92
93
-
For more information, see [the introduction of DataX](https://github.com/alibaba/DataX/blob/master/introduction.md).
93
+
For more information, see [Introduction Of DataX](https://github.com/alibaba/DataX/blob/master/introduction.md).
94
94
95
95
### SeaTunnel
96
96
@@ -114,4 +114,4 @@ The following diagram describes the workflow of SeaTunnel.
0 commit comments