File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
python/sources/influxdb_3 Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ query InfluxDB3 and publish the results to a Kafka topic.
66To learn more about how it functions, [ check out the underlying
77Quix Streams ` InfluxDB3Source ` ] ( https://quix.io/docs/quix-streams/connectors/sources/influxdb3-source.html ) .
88
9+
10+
11+ ## Using with a Quix Cloud InfluxDB3 Service
12+
13+ This deployment will work seamlessly with a [ Quix Cloud InfluxDB3 service] ( https://github.com/quixio/quix-samples/tree/main/docker/influxdb_3 ) .
14+
15+ Simply provide the following arguments when setting up this connector:
16+
17+ ``` shell
18+ INFLUXDB_HOST=" http://influxdb3:80"
19+ INFLUXDB_ORG=" <ANYTHING>" # required, but ignored
20+ INFLUXDB_TOKEN=" <ANYTHING>" # required, but ignored
21+ ```
22+
23+
924## How to run
1025
1126Create a [ Quix] ( https://portal.platform.quix.io/signup?xlink=github ) account or log-in and visit the ` Connectors ` tab to use this connector.
@@ -17,6 +32,8 @@ Then either:
1732
1833* or click ` Customise connector ` to inspect or alter the code before deployment.
1934
35+
36+
2037## Environment Variables
2138
2239The connector uses the following environment variables:
Original file line number Diff line number Diff line change 2626 "Type" : " EnvironmentVariable" ,
2727 "InputType" : " FreeText" ,
2828 "Description" : " Host address for the InfluxDB instance." ,
29- "DefaultValue" : " eu-central-1-1.aws.cloud2.influxdata.com " ,
29+ "DefaultValue" : " http://influxdb3:80 " ,
3030 "Required" : true
3131 },
3232 {
You can’t perform that action at this time.
0 commit comments