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. On Wednesday, January 10, 2018 at 12:19:55 AM UTC-6, Ninad Pai wrote: > > 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 [email protected]. To post to this group, send email to [email protected]. 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.
