Discussion:
[influxdb] Influx DB Client in C
Ninad Pai
2018-01-10 06:19:55 UTC
Permalink
Hi, We are planning to use influx db in our product.
But we are looking for a Client in C language to write to DB, looking for
pointers to start on this.

Thanks.
--
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/a984248a-67fb-4b01-ac12-523d78844a71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frank Inselbuch
2018-01-10 22:06:31 UTC
Permalink
There is no native API/SDK for C.
I suggest you look at libcurl and the http api:

https://docs.influxdata.com/influxdb/v1.4/guides/querying_data/
https://docs.influxdata.com/influxdb/v1.4/guides/writing_data/

Personally, I use Python (for which there is an API) for all the database
stuff.
And I use C for interacting with the hardware.
Post by Ninad Pai
Hi, We are planning to use influx db in our product.
But we are looking for a Client in C language to write to DB, looking for
pointers to start on this.
Thanks.
--
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/d28620c2-2004-425f-a7b6-a24d37852c91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...