cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

how to connect cosmos db with ThingWorx

PriyankaDhangar
8-Gravel

how to connect cosmos db with ThingWorx

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

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.
Top Tags