0

I was trying to connect R with InfluxDB and had trouble getting my result. I used influxdb_query(host, port, username, password, dbname,query) as in https://github.com/influxdb/influxdb-r/blob/master/R/influxdb.R and got this error: Influx query failed with HTTP status code 404.

Does anyone know what the problem is? Thanks in advance.

Sophie

4

1 回答 1

0

R 库是为与先前版本的 InfluxDB(可能是 0.7.x 系列)一起工作而编写的。如果您运行的是 InfluxDB 0.9.x,它将不兼容。版本之间的查询语言发生了重大变化。

R 库在这一点上看起来相当废弃,近一年没有更新。我不知道它什么时候会更新以与 InfluxDB 0.9 一起使用。

于 2015-06-16T19:44:49.627 回答