From 35f99a209a5b8e1d5d15bed8cbb56fad670b2fe6 Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Wed, 19 Jul 2023 16:44:51 +0800 Subject: [PATCH 1/4] ddd --- docs/Dockerfile | 2 +- docs/content/about.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 7a1a954ee1..702a6c93b1 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-slim RUN apt-get update RUN apt-get -y install git -RUN pip3 install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 sphinx-autobuild==2021.3.14 gitpython==3.1.18 +RUN pip3 install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 sphinx-autobuild==2021.3.14 gitpython==3.1.18 pyyaml EXPOSE 8001 CMD ["sphinx-autobuild", "--host", "0.0.0.0", "--port", "8001", "/home/flink-cdc/docs", "/home/flink-cdc/docs/_build/html"] \ No newline at end of file diff --git a/docs/content/about.md b/docs/content/about.md index 31cc9779f2..44bf53bac4 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -43,17 +43,17 @@ The following table shows the version mapping between Flink® CDC Con The following table shows the current features of the connector: -| Connector | No-lock Read | Parallel Read | Exactly-once Read | Incremental Snapshot Read | -|----------------------------------------------|---------------------|------------------|-------------------|----------------------------| -| [mongodb-cdc](connectors/mongodb-cdc.md) | ✅ | ✅ | ✅ | ✅ | -| [mysql-cdc](connectors/mysql-cdc.md) | ✅ | ✅ | ✅ | ✅ | -| [oracle-cdc](connectors/oracle-cdc.md) | ✅ | ✅ | ✅ | ✅ | -| [postgres-cdc](connectors/postgres-cdc.md) | ✅ | ✅ | ✅ | ✅ | -| [sqlserver-cdc](connectors/sqlserver-cdc.md) | ✅ | ✅ | ✅ | ✅ | -| [oceanbase-cdc](connectors/oceanbase-cdc.md) | ❌ | ❌ | ❌ | ❌ | -| [tidb-cdc](connectors/tidb-cdc.md) | ✅ | ❌ | ✅ | ❌ | -| [db2-cdc](connectors/db2-cdc.md) | ❌ | ❌ | ✅ | ❌ | -| [vitess-cdc](connectors/vitess-cdc.md) | ✅ | ❌ | ✅ | ❌ | +| Connector | No-lock Read | Parallel Read | Exactly-once Read | Incremental Snapshot Read | +|----------------------------------------------|--------------|---------------|-------------------|---------------------------| +| [mongodb-cdc](connectors/mongodb-cdc.md) | ✅ | ✅ | ✅ | ✅ | +| [mysql-cdc](connectors/mysql-cdc.md) | ✅ | ✅ | ✅ | ✅ | +| [oracle-cdc](connectors/oracle-cdc.md) | ✅ | ✅ | ✅ | ✅ | +| [postgres-cdc](connectors/postgres-cdc.md) | ✅ | ✅ | ✅ | ✅ | +| [sqlserver-cdc](connectors/sqlserver-cdc.md) | ✅ | ✅ | ✅ | ✅ | +| [oceanbase-cdc](connectors/oceanbase-cdc.md) | ❌ | ❌ | ❌ | ❌ | +| [tidb-cdc](connectors/tidb-cdc.md) | ✅ | ❌ | ✅ | ❌ | +| [db2-cdc](connectors/db2-cdc.md) | ❌ | ❌ | ✅ | ❌ | +| [vitess-cdc](connectors/vitess-cdc.md) | ✅ | ❌ | ✅ | ❌ | ## Usage for Table/SQL API From 44b2427a9a591bffec78aa133e711b8e9683d745 Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Wed, 19 Jul 2023 16:48:24 +0800 Subject: [PATCH 2/4] ddd --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 702a6c93b1..ecd1fea2cf 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-slim RUN apt-get update RUN apt-get -y install git -RUN pip3 install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 sphinx-autobuild==2021.3.14 gitpython==3.1.18 pyyaml +RUN pip3 install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 sphinx-autobuild==2021.3.14 gitpython==3.1.18 pyyaml==5.4.1 EXPOSE 8001 CMD ["sphinx-autobuild", "--host", "0.0.0.0", "--port", "8001", "/home/flink-cdc/docs", "/home/flink-cdc/docs/_build/html"] \ No newline at end of file From 1ac7cef171c3550c08aff0f8d2a70d0abd1c70d6 Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Wed, 19 Jul 2023 16:54:53 +0800 Subject: [PATCH 3/4] ddd --- docs/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_docs.sh b/docs/build_docs.sh index 5e9741cd64..b8cafc29e6 100755 --- a/docs/build_docs.sh +++ b/docs/build_docs.sh @@ -20,7 +20,7 @@ set -x # step-1: install dependencies apt-get update apt-get -y install git rsync python3-pip python3-git python3-stemmer python3-virtualenv python3-setuptools -python3 -m pip install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 +python3 -m pip install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 pyyaml==5.4.1 export REPO_NAME="${GITHUB_REPOSITORY##*/}" From 237368f27829ac5cd15affc81b14b37745eebb8b Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Wed, 19 Jul 2023 17:00:58 +0800 Subject: [PATCH 4/4] ddd --- docs/Dockerfile | 2 +- docs/build_docs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index ecd1fea2cf..29ad7a68fc 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-slim RUN apt-get update RUN apt-get -y install git -RUN pip3 install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 sphinx-autobuild==2021.3.14 gitpython==3.1.18 pyyaml==5.4.1 +RUN pip3 install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 sphinx-autobuild==2021.3.14 gitpython==3.1.18 pyyaml==6.0 EXPOSE 8001 CMD ["sphinx-autobuild", "--host", "0.0.0.0", "--port", "8001", "/home/flink-cdc/docs", "/home/flink-cdc/docs/_build/html"] \ No newline at end of file diff --git a/docs/build_docs.sh b/docs/build_docs.sh index b8cafc29e6..e587464389 100755 --- a/docs/build_docs.sh +++ b/docs/build_docs.sh @@ -20,7 +20,7 @@ set -x # step-1: install dependencies apt-get update apt-get -y install git rsync python3-pip python3-git python3-stemmer python3-virtualenv python3-setuptools -python3 -m pip install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 pyyaml==5.4.1 +python3 -m pip install -U sphinx==4.1.1 myst-parser==0.15.2 pygments==2.10.0 sphinx-rtd-theme==0.5.2 pyyaml==6.0 export REPO_NAME="${GITHUB_REPOSITORY##*/}"