Skip to content

Commit dccc112

Browse files
committed
clarify ownership to comply with ASF trademark policies
1 parent 0417825 commit dccc112

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Apache Flink<sup>®</sup> CDC Connectors
1+
#CDC Connectors for Apache Flink<sup>®</sup>
22

3-
Apache Flink<sup>®</sup> CDC is a set of source connectors for Apache Flink<sup>®</sup>, ingesting changes from different databases using change data capture (CDC).
4-
The Apache Flink<sup>®</sup> 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).
3+
CDC Connectors for Apache Flink<sup>®</sup> is a set of source connectors for Apache Flink<sup>®</sup>, ingesting changes from different databases using change data capture (CDC).
4+
CDC Connectors for Apache Flink<sup>®</sup> 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).
55

6-
This README is meant as a brief walkthrough on the core features with Flink<sup>®</sup> CDC Connectors. For a fully detailed documentation, please see [Documentation](https://ververica.github.io/flink-cdc-connectors/master/).
6+
This README is meant as a brief walkthrough on the core features of Ververica CDC Connectors for Apache Flink<sup>®</sup>. For a fully detailed documentation, please see [Documentation](https://ververica.github.io/flink-cdc-connectors/master/).
77

88
## Supported (Tested) Databases
99

@@ -116,15 +116,15 @@ cd flink-cdc-connectors
116116
mvn clean install -DskipTests
117117
```
118118

119-
Apache Flink<sup>®</sup> CDC Connectors is now available at your local `.m2` repository.
119+
The dependencies are now available in your local `.m2` repository.
120120

121121
## License
122122

123123
The code in this repository is licensed under the [Apache Software License 2](https://github.com/ververica/flink-cdc-connectors/blob/master/LICENSE).
124124

125125
## Contributing
126126

127-
The Apache Flink<sup>®</sup> CDC Connectors welcomes anyone that wants to help out in any way, whether that includes reporting problems, helping with documentation, or contributing code changes to fix bugs, add tests, or implement new features. You can report problems to request features in the [GitHub Issues](https://github.com/ververica/flink-cdc-connectors/issues).
127+
Ververica CDC Connectors for Apache Flink<sup>®</sup> welcomes anyone that wants to help out in any way, whether that includes reporting problems, helping with documentation, or contributing code changes to fix bugs, add tests, or implement new features. You can report problems to request features in the [GitHub Issues](https://github.com/ververica/flink-cdc-connectors/issues).
128128

129129
## Community
130130

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939

4040
# -- Project information -----------------------------------------------------
41-
project = 'Apache Flink CDC'
42-
copyright = '2022, ververica Inc. Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation'
41+
project = 'Ververica CDC Connectors'
42+
copyright = '2022, Ververica Gmbh; Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation'
4343
author = 'ververica'
4444

4545

docs/content/about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# What's Apache Flink<sup>®</sup> CDC
1+
# Overview
22

3-
Apache Flink<sup>®</sup> CDC is a set of source connectors for <a href="https://flink.apache.org/">Apache Flink<sup>®</sup></a>, ingesting changes from different databases using change data capture (CDC).
4-
The Apache Flink<sup>®</sup> CDC Connectors 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).
3+
CDC Connectors for Apache Flink<sup>®</sup> is a set of source connectors for <a href="https://flink.apache.org/">Apache Flink<sup>®</sup></a>, ingesting changes from different databases using change data capture (CDC).
4+
The CDC Connectors for Apache Flink<sup>®</sup> integrate 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).
55

66
![Flink_CDC](/_static/fig/flinkcdc.png "Flink CDC")
77

@@ -272,7 +272,7 @@ cd flink-cdc-connectors
272272
mvn clean install -DskipTests
273273
```
274274

275-
Apache Flink CDC Connectors is now available at your local `.m2` repository.
275+
The dependencies are now available in your local `.m2` repository.
276276

277277
## License
278278

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to Apache Flink<sup>®</sup> CDC
1+
# Ververica CDC Connectors for Apache Flink<sup>®</sup>
22

33
```{toctree}
44
:maxdepth: 2

docs/site/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<!-- Favicon of website -->
1616
<link rel="icon" type="image/x-icon" href="assets/favicon.png">
1717

18-
<title>Apache Flink&reg; CDC</title>
18+
<title>CDC Connectors for Apache Flink&reg;</title>
1919
</head>
2020
<body>
2121
<nav class="navbar navbar-expand-lg navbar-dark px-4 py-2" style="background: #336699">
22-
<a class="navbar-brand" href="#">Apache Flink&reg; CDC</a>
22+
<a class="navbar-brand" href="#">CDC Connectors for Apache Flink&reg;</a>
2323
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
2424
<span class="navbar-toggler-icon"></span>
2525
</button>
@@ -44,10 +44,10 @@
4444
<div class="container py-xs-2 py-sm-3 py-md-4 py-xxl-5">
4545
<div class="row py-5">
4646
<div class="col-xl-6 col-lg-8">
47-
<h1 class="display-5 fw-bold lh-1 mb-3" style="color: #336699;">Apache Flink&reg; CDC</h1>
47+
<h1 class="display-5 fw-bold lh-1 mb-3" style="color: #336699;">CDC Connectors for Aapche Flink&reg;</h1>
4848
<h3 style="color: #336699;">Embrace Database Changes</h3>
4949
<p><a class="github-button" href="https://github.com/ververica/flink-cdc-connectors" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star ververica/flink-cdc-connectors on GitHub">Star</a></p>
50-
<p class="lead">Apache Flink&reg; CDC is a set of source connectors for Apache Flink&reg;, ingesting changes from different databases using Change Data Capture(CDC).</p>
50+
<p class="lead">This project provides a set of source connectors for Apache Flink&reg; directly ingesting changes coming from different databases using Change Data Capture(CDC).</p>
5151
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
5252
<a role="button" class="btn btn-primary btn-lg px-4 me-md-2" href="https://github.com/ververica/flink-cdc-connectors/releases/">Download</a>
5353
<a role="button" class="btn btn-secondary btn-lg px-4" href="https://ververica.github.io/flink-cdc-connectors/master/">Documentation</a>
@@ -71,7 +71,7 @@ <h1><i class="bi bi-calculator"></i></h1>
7171
<h4>Exactly-once Semantics</h4>
7272
</div>
7373
</a>
74-
<div class="py-3">Apache Flink&reg; CDC supports reading database snapshots and continues to read binlogs with exactly-once processing, even after failures.</div>
74+
<div class="py-3">CDC Connectors for Apache Flink&reg; supports reading database snapshots and continues to read binlogs with exactly-once processing, even after failures.</div>
7575
</div>
7676
<div class="col-md-12 col-lg-4 px-4">
7777
<a class="no-decoration-anchor" href="https://ververica.github.io/flink-cdc-connectors/master/content/about.html#usage-for-table-sql-api">
@@ -89,7 +89,7 @@ <h1><i class="bi bi-water"></i></h1>
8989
<h4>DataStream API</h4>
9090
</div>
9191
</a>
92-
<div class="py-3">Users can consume changes on multiple databases and tables in a single job without Debezium and Kafka deployed.</div>
92+
<div class="py-3">Users can consume changes on multiple databases and tables in a single job without Debezium and Apache Kafka&reg; deployed.</div>
9393
</div>
9494
</div>
9595
</div>
@@ -100,7 +100,7 @@ <h4>DataStream API</h4>
100100
<div class="row py-4">
101101
<div class="col-md-12 col-lg-5 mx-auto py-4 align-self-center">
102102
<div class="pb-4 text-center"><h2>Getting Started</h2></div>
103-
<div class="py-4" style="font-size: 20px">Apache Flink&reg; CDC provides a series of quick start demos without any dependencies or java code, only a Linux or MacOS computer with Docker installed is enough. With these demos, you can quickly feel the power and convenience of Apache Flink&reg; CDC.</div>
103+
<div class="py-4" style="font-size: 20px">CDC Connectors for Apache Flink&reg; provides a series of quick start demos without any dependencies or java code, only a Linux or MacOS computer with Docker installed is enough. With these demos, you can quickly feel the power and convenience of Apache Flink&reg; CDC.</div>
104104
<a role="button" class="btn btn-outline-primary btn-lg px-4" href="https://ververica.github.io/flink-cdc-connectors/master/content/quickstart/index.html">Learn More</a>
105105
</div>
106106
<div class="col-md-12 col-lg-6 mx-auto">
@@ -137,7 +137,7 @@ <h4>DataStream API</h4>
137137
<div class="row py-4">
138138
<div class="col-md-12 col-lg-7 text-center mx-auto" style="color: #2a3a4a;">
139139
<div class="pb-4"><h2>Connect to Your Favorite Database</h2></div>
140-
<div style="font-size: 20px;">Apache Flink&reg; CDC Supports ingesting snapshot data and real time changes from databases to Flink&reg; and then transform and sink to various downstream systems.</div>
140+
<div style="font-size: 20px;">CDC Connectors for Apache Flink&reg; supports ingesting snapshot data and real time changes from databases to Flink&reg; and then transform and sink to various downstream systems.</div>
141141
</div>
142142
<div class="col-md-12 col-lg-10 text-center mx-auto"><img src="assets/cdc-flow.png" width="100%" /></div>
143143
</div>

0 commit comments

Comments
 (0)