Re: [influxdb] influxdb python tutorial not working

2016-12-12 Thread vikasapr
Thanks. Still no luck. I am running this on a linux machine. $ python tutorial_server_data.py Create database: tutorial Create a retention policy Write points #: 4320 ResultSet({}) Result: ResultSet({}) myclient2 = InfluxDBClient(host, port, user, password, 'tutorial') query = 'SHOW

Re: [influxdb] Re: Write query results back into db

2016-12-12 Thread oliolart
Hi, I have a similar usecase but without the old influxdb migration part. The short usecase is I want to query data related to a specific host and move it to a new database, I had the same problem as the ResultSet is not something you can easily write back. The long story is we need a way to

[influxdb] Automatic merge does not seem to work

2016-12-12 Thread gille . marc
Hi, I have a problem with queries like select var1,var2 from measure1 where time >= '2015-03-01' Limit 4 where the field var1 was added before the field var2 to the database. Influx returns e.g. measure1 time var1 var2 2015-03-01T00:00:00Z 3908 2015-03-01T00:00:00Z 3