Sundar N
2017-11-20 02:31:27 UTC
Hello,
I am a newbie to influx and evaluating the best way to push data to influx
hosted on aws
Here is my requirement listed below. Any suggestions greatly appreciated.
I am get my data in batches of *.csv format, that needs to be updated on
influxdb .
csv format
username | channel catagory | Channel Number | Parameter 1 | Parameter 2
Couple of question I have are:
1. Is there a way to directly upload this csv?
2. if no to above any API that can convert to json and upload ?
3. in a single dataframe can i push an array for a particular parameter
value
ex
[{
"measurement": "xxxx",
"tags": {
"User": "xxxx",
"channel catagory": xx,
" Channel Number" : 2
},
"fields": {
"Parameter 1": [0.12,0.34],
"Parameter 2" : [0.23,0.345]
}
}}
I am a newbie to influx and evaluating the best way to push data to influx
hosted on aws
Here is my requirement listed below. Any suggestions greatly appreciated.
I am get my data in batches of *.csv format, that needs to be updated on
influxdb .
csv format
username | channel catagory | Channel Number | Parameter 1 | Parameter 2
Couple of question I have are:
1. Is there a way to directly upload this csv?
2. if no to above any API that can convert to json and upload ?
3. in a single dataframe can i push an array for a particular parameter
value
ex
[{
"measurement": "xxxx",
"tags": {
"User": "xxxx",
"channel catagory": xx,
" Channel Number" : 2
},
"fields": {
"Parameter 1": [0.12,0.34],
"Parameter 2" : [0.23,0.345]
}
}}
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups "InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to influxdb+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/53d616aa-7f6d-47f4-811e-86cfec703637%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups "InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to influxdb+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/53d616aa-7f6d-47f4-811e-86cfec703637%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.