You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/14 02:03:16 UTC

[GitHub] [incubator-inlong-website] yunqingmoswu commented on a diff in pull request #406: [INLONG-405][Sort] Add sqlserver cdc,hdfs,hive doc

yunqingmoswu commented on code in PR #406:
URL: https://github.com/apache/incubator-inlong-website/pull/406#discussion_r896305901


##########
docs/data_node/extract_node/sqlserver-cdc.md:
##########
@@ -1,4 +1,336 @@
 ---
 title: SqlServer-CDC
 sidebar_position: 11
----
\ No newline at end of file
+---
+## SqlServer Extract Node

Review Comment:
   SqlServer -> SQLServer



##########
docs/data_node/extract_node/sqlserver-cdc.md:
##########
@@ -1,4 +1,336 @@
 ---
 title: SqlServer-CDC

Review Comment:
   SqlServer-CDC -> SQLServer-CDC



##########
docs/data_node/extract_node/sqlserver-cdc.md:
##########
@@ -1,4 +1,336 @@
 ---
 title: SqlServer-CDC
 sidebar_position: 11
----
\ No newline at end of file
+---
+## SqlServer Extract Node
+
+The SqlServer extract node reads data and incremental data from the SqlServer database. The following will describe how to set up the SqlServer extraction node.
+
+## Supported Version
+
+| Extract Node                | Version                                                                                                                                                                                                                                                                                                                                                                                                |
+|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [sqlserver-cdc](./sqlserver-cdc.md) | [SqlServer](https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server?view=sql-server-ver16): 2014、2016、2017、2019、2022 |      |
+
+## Dependencies
+
+Introduce related SQLServer cdc connector dependencies through maven.
+
+### Maven dependency
+
+```
+<dependency>
+    <groupId>org.apache.inlong</groupId>
+    <artifactId>sort-connector-sqlserver-cdc</artifactId>
+    <!-- Choose the version that suits your application -->
+    <version>inlong_version</version>
+</dependency>
+```
+## Setup SqlServer CDC
+
+SqlServer CDC needs to open related libraries and tables, the steps are as follows:
+
+1.Enable the CDC function for the database.

Review Comment:
   `1.` -> `-`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org