Skip to main content
5-Regular Member
May 10, 2021
Question

How to read and write values from Influx DB through ThingWorx

  • May 10, 2021
  • 1 reply
  • 1784 views

Hi

How to read and write values from Influx DB through thingworx.

 

Thanks in Advance

1 reply

5-Regular Member
May 11, 2021

@ajithv Thanks for reaching out to us.

 

Did you check this information: Link

Once you set up influx db with DB scripts provided include in ThingWorx and set Persistence provider as Influx DB, you can use this db for all your operations.

Let me know in case of any question.

 

Regards,

Mohit

ajithv5-Regular MemberAuthor
5-Regular Member
May 11, 2021

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

5-Regular Member
May 11, 2021

@ajithv 

 

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.