Re: [influxdb] Schema design: put user-id in series name or tag

2016-10-31 Thread Sean Beckett
On Mon, Oct 31, 2016 at 1:36 PM, wrote: > On Monday, October 31, 2016 at 4:43:40 PM UTC+1, Sean Beckett wrote: > > > > So every user always has all 100 other dimensions? And those dimensions > are 100% independent of each other? See https://docs.influxdata.com/ > influxdb/v1.0//concepts/glossary/

Re: [influxdb] Schema design: put user-id in series name or tag

2016-10-31 Thread pieter117
On Monday, October 31, 2016 at 4:43:40 PM UTC+1, Sean Beckett wrote: > > So every user always has all 100 other dimensions? And those dimensions are > 100% independent of each other? See > https://docs.influxdata.com/influxdb/v1.0//concepts/glossary/#series-cardinality > for more on dependent v

Re: [influxdb] Schema design: put user-id in series name or tag

2016-10-31 Thread Sean Beckett
On Sat, Oct 29, 2016 at 1:18 PM, wrote: > I am investigating the use of InfluxDB for storing statistics in our > project. So far I love the features and ease of use of InfluxDB, but I am > worried about the details around series cardinality in our use case. > > Basically, we have to keep track of

[influxdb] Re: alerts showing tim but not then umber of alerts

2016-10-31 Thread nathaniel
The eval node replaces all fields with the computed fields unless the `keep` property is used. Simply add `.keep()` or `.keep('val', 'value')` to the eval node to tell it to keep those specific fields. On Friday, October 28, 2016 at 12:22:36 AM UTC-6, vipul@traveltriangle.com wrote: > > hi

[influxdb] Re: C++ binding for InfluxDB

2016-10-31 Thread Dmitry Ledentsov
started https://github.com/d-led/influxdb-cpp-rest without having seen this forum On Friday, January 23, 2015 at 2:32:24 AM UTC+1, Anthony Hathuc wrote: > > Seems that influxDB is designed to be real-time and high performance. If > so, how do we best m

[influxdb] Re: C++/Casablanca

2016-10-31 Thread Dmitry Ledentsov
oops, without seeing this message I've started something similar: https://github.com/d-led/influxdb-cpp-rest. I'm thinking of switching to cpp-netlib for more portability, though On Wednesday, January 28, 2015 at 8:27:06 PM UTC+1, John Gillerman wrote: > > I am able to access Influx over HTTP us