We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748ad64 commit 587aa89Copy full SHA for 587aa89
examples/README.md
@@ -40,3 +40,20 @@ The underlying write (HTTP/REST) and query (Apache arrow Flight/GRPC) transports
40
- [DurableExample](src/main/java/com/influxdb/v3/durable/DurableExample.java)
41
- [InfluxClientPool](src/main/java/com/influxdb/v3/durable/InfluxClientPool.java)
42
43
+### Command line run
44
+
45
+- Set environment variables
46
47
+```bash
48
49
+export INFLUX_HOST=<INFLUX_HOST_URL>
50
+export INFLUX_TOKEN=<ORGANIZATION_TOKEN>
51
+export INFLUX_DATABASE=<TARGET_DATABASE>
52
53
+```
54
55
+- Run with maven
56
57
58
+$ MAVEN_OPTS="--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED" mvn compile exec:java -Dexec.main="com.influxdb.v3.durable.DurableExample"
59
0 commit comments