Skip to main content
9-Granite
February 13, 2024
Question

Thingworx-Bigquery connection

  • February 13, 2024
  • 1 reply
  • 2000 views

Hi, Is there any way to send data from Thingworx to Bigquery database?

1 reply

16-Pearl
February 13, 2024

Hi @jgp   We do support connections via jdbc to third-party databases.  You'll need to follow these instructions:

 

  1. Download the JDBC driver from BigQuery
  2. Copy the driver to <tomcat_home>\lib
  3. Restart Tomcat
  4. In Composer, create a Database thing
  5. In the Configuration tab for the Database thing, enter the details for connecting to your database

 

Thanks,

Surya

jgp9-GraniteAuthor
9-Granite
February 13, 2024

Many thanks @Surya_Tiwari , for your fast reply.

But, is it the only way to connect with Bigquery Database?

 

Best regards

16-Pearl
February 13, 2024

Hi @jgp  Look at the reference article for this.