[INLONG-5133][Sort] Support InfluxDB extract node#5774
[INLONG-5133][Sort] Support InfluxDB extract node#5774liangyepianzhou wants to merge 10 commits intoapache:masterfrom
Conversation
|
@jun0315 I have finished writing the main framework of influx source, and now there are three points that need to be improved. I've listed it below, please take a look at this question when you have time.
In order to better understand the workflow of the Flink influx DB source, I wrote a simple process described below: |
|
@dockerzhang Please help check this PR when you have time, THX. |
I guess this issue means you need to implement both sink and source |
also the sink of these connector is implement by jdbc driver, can check the jdbc connector for details |
yunqingmoswu
left a comment
There was a problem hiding this comment.
Please add some unit test for node protocol and connector.
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/Node.java
Outdated
Show resolved
Hide resolved
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/ExtractNode.java
Show resolved
Hide resolved
...t-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/InfluxDBExtractNode.java
Show resolved
Hide resolved
|
This PR is stale because it has been open for 60 days with no activity. |
|
This PR is stale because it has been open for 60 days with no activity. |
Prepare a Pull Request
Motivation
Add Apache InfluxDB Extract for Sort
Modifications
The details can be found at #5133.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework/code cleanup without any test coverage.
This change is already covered by existing tests, such as:
(please describe tests)
This change added tests and can be verified as follows:
(example:)
Documentation