-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
680 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# hologres-connectors-examples | ||
|
||
Examples for Hologres connectors | ||
|
||
# 模块介绍 | ||
|
||
* [hologres-connector-flink-examples](hologres-connector-flink-examples) | ||
|
||
hologres flink connector 的 Examples | ||
hologres flink connector 的 Examples | ||
|
||
* [hologres-connector-flink-ordergen](hologres-connector-flink-ordergen) | ||
|
||
hologres flink connector 的 订单数据源表生成工具,使用方式见 [flink自定义connector文档](https://help.aliyun.com/document_detail/193520.html) | ||
hologres flink connector 的 | ||
订单数据源表生成工具,使用方式见 [flink自定义connector文档](https://help.aliyun.com/document_detail/193520.html) | ||
* [hologres-connector-spark-examples](hologres-connector-spark-examples) | ||
|
||
hologres spark connector 的 Examples | ||
hologres spark connector 的 Examples |
85 changes: 59 additions & 26 deletions
85
hologres-connector-examples/hologres-connector-flink-examples/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...-connector-examples/hologres-connector-flink-examples/src/main/resources/log4j.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
hologres-connector-examples/hologres-connector-flink-ordergen/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Flink-connector-ordergen | ||
|
||
hologres flink connector 的 订单数据源表生成工具 | ||
hologres flink connector 的 订单数据源表生成工具 | ||
|
||
### 编译 | ||
|
||
运行```mvn package -DskipTests``` | ||
|
||
### 使用方式见 | ||
|
||
[flink自定义connector文档](https://help.aliyun.com/document_detail/193520.html) | ||
[flink自定义connector文档](https://help.aliyun.com/document_detail/193520.html) | ||
|
Oops, something went wrong.