Skip to content

Commit aa9e91c

Browse files
committed
[FLINK-34687][cdc][docs][zh] Build the home page of Flink CDC documentation
This closes #3156.
1 parent 9988cae commit aa9e91c

File tree

1 file changed

+169
-9
lines changed

1 file changed

+169
-9
lines changed

docs/content.zh/_index.md

+169-9
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,177 @@ specific language governing permissions and limitations
2222
under the License.
2323
-->
2424

25-
####
25+
<div style="background-image: url('../fig/index-background-header.png'); size:inherit; background-size: auto 100%; overflow: hidden">
26+
<div style="text-align: center">
27+
<br><br><br><br><br><br>
28+
<h1 style="color: #FFFFFF">
29+
Flink CDC
30+
</h1>
31+
<h3 style="color: #FFFFFF">
32+
A streaming data integration tool
33+
</h3>
34+
<br><br><br><br><br><br>
35+
<br><br><br><br>
36+
</div>
37+
</div>
38+
39+
40+
<div style="display: flex;">
41+
<div style="flex: 1;">
42+
</div>
43+
<div style="text-align: center; flex: 8;">
44+
<br><br><br><br>
45+
{{< img src="/fig/cdc-flow.png" alt="Flink CDC Flow">}}
46+
<br><br><br><br>
47+
</div>
48+
<div style="flex: 1;">
49+
</div>
50+
</div>
51+
52+
53+
<div style="display: flex;">
54+
<div style="flex: 1;">
55+
</div>
56+
<div style="text-align: center; flex: 8;">
57+
<p style="color: #BF74F1; font-size: xx-large; padding: 0">What is Flink CDC?</p>
58+
<hr style="background-color: #BF74F1; width: 60%">
59+
<br>
60+
<p style="text-align: center; font-size: large">
61+
Flink CDC is a distributed data integration tool for real time data and batch data.
62+
Flink CDC brings the simplicity and elegance of data integration via YAML to describe
63+
the data movement and transformation.
64+
</p>
65+
<br><br>
66+
{{< img src="/fig/index-yaml-example.png" alt="Flink CDC Example">}}
67+
<br><br>
68+
</div>
69+
<div style="flex: 1;">
70+
</div>
71+
<br><br><br><br>
72+
</div>
73+
2674

27-
<div style="text-align: center">
28-
<h1>
29-
Flink CDC: Change Data Capture Solution Of Apache Flink
30-
</h1>
31-
<h4 style="color: #696969">Set of source connectors for Apache Flink® directly ingesting changes coming from different databases using Change Data Capture(CDC).</h4>
75+
<div style="display: flex;">
76+
<br><br>
77+
<div style="flex: 1;">
78+
</div>
79+
<div style="text-align: center; flex: 8;">
80+
<p style="color: #BF74F1; font-size: xx-large; padding: 0">Key Features</p>
81+
</div>
82+
<div style="flex: 1;">
83+
</div>
84+
<br><br>
3285
</div>
3386

34-
Flink CDC integrates Debezium as the engine to capture data changes. So it can fully leverage the ability of Debezium. See more about what is [Debezium](https://github.com/debezium/debezium).
87+
<div style="display: flex;">
88+
<br><br><br><br>
89+
<div style="flex: 5%;"></div>
90+
<div style="text-align: center; flex: 25%;">
91+
<p style="text-align: center; color: #BF74F1; font-size: large; padding: 0">Change Data Capture</p>
92+
<hr style="background-color:#BF74F1; width: 60%">
93+
<p style="text-align: left;">
94+
Flink CDC supports distributed scanning of historical data of database and then automatically switches to change data capturing. The switch uses the incremental snapshot algorithm which ensure the switch action does not lock the database.
95+
</p>
96+
</div>
97+
<div style="flex: 8%;"></div>
98+
<div style="text-align: center; flex: 24%;">
99+
<p style="text-align: center; color: #BF74F1; font-size: large; padding: 0">Schema Evolution</p>
100+
<hr style="background-color:#BF74F1; width: 60%">
101+
<p style="text-align: left;">
102+
Flink CDC has the ability of automatically creating downstream table using the inferred table structure based on upstream table, and applying upstream DDL to downstream systems during change data capturing.</p>
103+
</div>
104+
<div style="flex: 8%;"></div>
105+
<div style="text-align: center; flex: 25%;">
106+
<p style="text-align: center; color: #BF74F1; font-size: large; padding: 0">Streaming Pipeline</p>
107+
<hr style="background-color:#BF74F1; width: 60%">
108+
<p style="text-align: left;">
109+
Flink CDC jobs run in streaming mode by default, providing sub-second end-to-end latency in real-time binlog synchronization scenarios, effectively ensuring data freshness for downstream businesses.</p>
110+
</div>
111+
<div style="flex: 5%;"></div>
112+
<br><br><br><br>
113+
<br><br><br><br>
114+
<br><br><br><br>
115+
</div>
116+
117+
118+
<div style="display: flex;">
119+
<br><br><br><br>
120+
<div style="flex: 5%;"></div>
121+
<div style="text-align: center; flex: 25%;">
122+
<p style="text-align: center; color: #BF74F1; font-size: large; padding: 0">Data Transformation</p>
123+
<hr style="background-color:#BF74F1; width: 60%">
124+
<p style="text-align: left;">
125+
Flink CDC will soon support data transform operations of ETL, including column projection, computed column, filter expression and classical scalar functions.</p>
126+
</div>
127+
<div style="flex: 8%;"></div>
128+
<div style="text-align: center; flex: 24%;">
129+
<p style="text-align: center; color: #BF74F1; font-size: large; padding: 0">Full Database Sync</p>
130+
<hr style="background-color:#BF74F1; width: 60%">
131+
<p style="text-align: left;">Flink CDC supports synchronizing all tables of source database instance to downstream in one job by configuring the captured database list and table list.</p>
132+
</div>
133+
<div style="flex: 8%;"></div>
134+
<div style="text-align: center; flex: 25%;">
135+
<p style="text-align: center; color: #BF74F1; font-size: large; padding: 0">Exactly-Once Semantics</p>
136+
<hr style="background-color:#BF74F1; width: 60%">
137+
<p style="text-align: left;">
138+
Flink CDC supports reading database historical data and continues to read CDC events with exactly-once processing, even after job failures.
139+
</p>
140+
</div>
141+
<div style="flex: 5%;">
142+
</div>
143+
<br><br><br><br>
144+
<br><br><br><br>
145+
<br><br><br><br>
146+
</div>
35147

36-
{{< img src="/fig/cdc-flow.png" alt="Stateful Functions" width="50%" >}}
148+
<div style="display: flex;">
149+
<br><br><br><br><br><br>
150+
<div style="flex: 1;">
151+
</div>
152+
<div style="text-align: center; flex: 8;">
153+
<p style="color: #BF74F1; font-size: xx-large; padding: 0">Learn More</p>
154+
</div>
155+
<div style="flex: 1;">
156+
</div>
157+
<br><br><br><br>
158+
</div>
159+
160+
<div style="display: flex;">
161+
<br><br><br><br>
162+
<div style="flex: 1;">
163+
</div>
164+
<div style="text-align: left; flex: 3.5; width: 100%">
165+
<p style="text-align: left; color: #BF74F1; font-size: x-large; padding: 0">Try Flink CDC</p>
166+
<p style="text-align: left;">
167+
Flink CDC provides a series of quick start demos without any dependencies or java code. A Linux or MacOS computer with Docker installed is enough.
168+
Please check out our <a href="docs/get-started/introduction">Quick Start</a> for more information.
169+
</p>
170+
</div>
171+
<div style="flex: 1;"></div>
172+
<div style="text-align: left; flex: 3.5; width: 100%">
173+
<p style="text-align: left; color: #BF74F1; font-size: x-large; padding: 0">Get Help with Flink CDC</p>
174+
<p style="text-align: left;">
175+
If you get stuck, check out our <a href="https://flink.apache.org/community.html">community support resources</a>.
176+
In particular, Apache Flink’s user mailing list ([email protected]) is consistently ranked as one of the most active of
177+
any Apache project, and is a great way to get help quickly.</p>
178+
</div>
179+
<div style="flex: 1;">
180+
</div>
181+
<br><br><br><br>
182+
<br><br><br><br>
183+
<br><br><br><br>
184+
</div>
37185

38-
Flink CDC supports ingesting snapshot data and real time changes from databases to Flink® and then transform and sink to various downstream systems.
186+
<div style="background-image: url('../fig/index-background-footer.png'); size:inherit; background-size: auto 100%; overflow: hidden">
187+
<div style="text-align: center">
188+
<br><br><br><br><br>
189+
<br><br><br><br><br>
190+
<h1 style="color: transparent">
191+
Flink CDC is developed under the umbrella of Apache Flink.
192+
</h1>
193+
<p style="color: #FFFFFF; font-size: medium; text-align:left">
194+
&nbsp;&nbsp;&nbsp;&nbsp;Flink CDC is developed under the umbrella of <a style="color: #FFFFFF" href="https://flink.apache.org">Apache Flink</a>.
195+
</p>
196+
<br><br>
197+
</div>
198+
</div>

0 commit comments

Comments
 (0)