Does Thingworx support MongoDB Java Drivers to connect to an external database like Mongodb or AWS DocumentDB?
Solved! Go to Solution.
You can take the driver jar file and wrap it into an extension to load the classes into the JVM. You will also have to write some classes accessing the drivers and exposing their services to ThingWorx.
Hi @Arun_st,
Thank you for your question.
To receive accurate and meaningful response, could you please add any additional information you think might be relevant. It also helps to have screenshots to better understand what you are trying to achieve.
Adding things like Purpose and Use Case, Current Setup, Version Details etc can help to give more clarity about the question.
Regards,
Vivek N
Community Moderation Team
You can take the driver jar file and wrap it into an extension to load the classes into the JVM. You will also have to write some classes accessing the drivers and exposing their services to ThingWorx.