Skip to content

Commit 5b29260

Browse files
committed
add details for connecting
1 parent 60d6319 commit 5b29260

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

python/sources/influxdb_3/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ query InfluxDB3 and publish the results to a Kafka topic.
66
To learn more about how it functions, [check out the underlying
77
Quix 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

1126
Create 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

2239
The connector uses the following environment variables:

python/sources/influxdb_3/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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
{

0 commit comments

Comments
 (0)