Skip to main content
1-Visitor
May 27, 2020
Question

how to connect cosmos db with ThingWorx

  • May 27, 2020
  • 1 reply
  • 1025 views

Curious if anybody has attempted a connection to an Azure Cosmos database with ThingWorx. To fetch the data from the cosmos database.

What are the different approaches to connect the cosmos database with ThingWorx

We are fairly certain that we'll need to create an extension, but if anybody has any experience with it, any advice would be greatly appreciated.

 

 

  Thanks!

1 reply

1-Visitor
May 27, 2020

It looks like you have 4 options:

 

  1. Write your own JDBC driver
  2. Pay for the JDBC driver that's already been created.
  3. Implement an custom extension using the Microsoft Java SDK
  4. Use the available REST API that allows you to directly query the database.