Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi
How to read and write values from Influx DB through thingworx.
Thanks in Advance
Hi,
I have followed all the steps mentioned on that link and its working .But My requirement is to write values into Influx database through thingworx.
Thanks in Advance
What is your default persistent provider here. If default is Influx then whatever data you are persisting that should be save in Influx only.
Write data you mean by whatever data you are receiving on thing property and that property is persistence then it will save on DB. Right? Or you want to write data in some other way.
I am using influx as persistent provider
I got the sollution to view the values written on thing properties.
I am using Command Line interface to view the values in stored in influx db .
Is there any way to host influx as service to view the values stored?
Like SQL can we write a querry for influx in thingworx using thing?