Bugazelle / export-csv-to-influx

The python library to write the CSV data into Influx. Support me via Bitcoin: bc1qqgkmph9cvygzxfpupv4jr4n0nfx3qumwg39j5w
BSD 3-Clause "New" or "Revised" License
32 stars 11 forks source link

We can't export csv to influx by influxdb-relay #35

Open bombe123 opened 4 years ago

bombe123 commented 4 years ago

Hi,

We have loadbalancer influxdb-relay this software only expose endpoint /write of API.
Your script before sent write with data, try /get+db , for test if database in influxdb exist and of course it gives 404 error.

How could I force the csv to be sent without first checking if there is a bbdd in influx?

I have not seen any parameter with which you can force it

Bugazelle commented 3 years ago

Hello @bombe123

Really apologies for the dealy. Year 2020 is a HELL Mode for me for both life and work.

I will take on this soon these days.

Thank you

Bugazelle commented 3 years ago

Hello @bombe123

A kindly note, now I am learning the influxdb-relay. I will let you know once the support is ready.

Thank you

oscar231 commented 3 years ago

Thanks thanks, i will hope your news about this issue. Have you been able to advance?