dockerzhang commented on code in PR #646:
URL: https://github.com/apache/inlong-website/pull/646#discussion_r1045394842
##########
docs/data_node/load_node/starrocks.md:
##########
@@ -0,0 +1,320 @@
+---
+title: StarRocks
+sidebar_position: 17
+---
+
+import {siteVariables} from '../../version';
+
+## Overview
+ - `StarRocks Load` node supports writing data to the StarRocks database.
+ - Two modes are supported for sink to StarRocks:
+Single-sink for specify fixed database name and table name to sink.
+Multi-sink for custom database name and table name according to src format,
which suitable for scenarios such as multi-table writing or whole database
synchronization.
+ - This document describes how to set up a StarRocks Load node to sink to
StarRocks.
+
+## Supported Version
+
+| Load Node | StarRocks version |
+|---------------------|----------------|
+| [StarRocks](./starrocks.md) | 2.0+ |
+
+## Dependencies
+
+In order to set up the StarRocks Load node, the dependency information needed
to use a build automation tool
+such as Maven or SBT is provided below.
+
+### Maven dependency
+
+```
+<dependency>
+ <groupId>org.apache.inlong</groupId>
+ <artifactId>sort-connector-starrocks</artifactId>
+ <version>${siteVariables.inLongVersion}</version>
+</dependency>
+```
Review Comment:
```
<pre><code parentName="pre">
{`<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-starrocks</artifactId>
<version>${siteVariables.inLongVersion}</version>
</dependency>
`}
</code></pre>
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]