zhilinli123 commented on code in PR #6808: URL: https://github.com/apache/seatunnel/pull/6808#discussion_r1594873480
########## docs/en/connector-v2/source/InfluxDB.md: ########## @@ -6,17 +6,48 @@ Read external data source data through InfluxDB. +## Support InfluxDB Version + +- 1.x/2.x + +## Support Those Engines + +> Spark<br/> +> Flink<br/> +> SeaTunnel Zeta<br/> + +## Using Dependency + +### For Spark/Flink Engine + +> 1. You need to ensure that the [influxDB connector jar package](https://mvnrepository.com/artifact/org.apache.seatunnel/connector-influxdb) has been placed in directory `${SEATUNNEL_HOME}/connectors/`. + +### For SeaTunnel Zeta Engine + +> 1. You need to ensure that the [influxDB connector jar package](https://mvnrepository.com/artifact/org.apache.seatunnel/connector-influxdb) has been placed in directory `${SEATUNNEL_HOME}/lib/`. + ## Key features Review Comment: Key Features -- 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]
