Load data from InfluxDB into RapidMiner
Find more posts tagged with
Sort by:
1 - 9 of
91
Hello again,
I managed to install the extension manualy but sadly I'm not able to query the DB. I get the following error: "REST service could not be asccessed". When i try the same query from the same machine from CMD I get the expected result.
I tried the "/health HTTP endpoint" from the link you provided for the influxDB API: "curl -XGET "192.168.132.210:8086/health"
Any ideas?
I managed to install the extension manualy but sadly I'm not able to query the DB. I get the following error: "REST service could not be asccessed". When i try the same query from the same machine from CMD I get the expected result.
I tried the "/health HTTP endpoint" from the link you provided for the influxDB API: "curl -XGET "192.168.132.210:8086/health"
Any ideas?
Hi @Aion,
If you're not using one of our pre-built connections, you'll need to add the driver yourself. This webpage should help: https://docs.rapidminer.com/latest/studio/connect/database/jdbc/
Best,
Roland
If you're not using one of our pre-built connections, you'll need to add the driver yourself. This webpage should help: https://docs.rapidminer.com/latest/studio/connect/database/jdbc/
Best,
Roland
Hi @rjones13
Case use influxDb.
If driver have follow picture.
Please recommend file.jar download or choose file.jar.
Best,
Aion

If driver have follow picture.
Please recommend file.jar download or choose file.jar.
Best,
Aion
Hi @Aion,
I would look via a search engine for "InfluxDB JDBC driver", such as: https://dbschema.com/jdbc-driver/influxdb.html
Then follow the steps above.
Best,
Roland
I would look via a search engine for "InfluxDB JDBC driver", such as: https://dbschema.com/jdbc-driver/influxdb.html
Then follow the steps above.
Best,
Roland
It seems you can connect to it via API
https://docs.influxdata.com/influxdb/v1.8/tools/api/
For this you can download the WebMining Extension from the marketplace and use the Get Operator or Post depending on what you want to do.