Virtualize MongoDB

Hi Team

I am doing a PoC with Virtuoso to virtualize MySql and mongodb datasets. I was able to connect to MySql using ODBC connection and was able to run sparql queries over MySql tables. But stuck with connecting to mongodb. Can someone help please.

Presumably you used the Virtuoso Virtual Database Engine layer to virtualise the MySQL data via ODBC ? In which case the same method can be used to virtualise data from MongoDB, using the OpenLink ODBC-JDBC Bridge driver and MongoDB JDBC Driver to enable the same connection via the Virtual Database Engine ODBC layer to connect to MongoDB.

Thanks @hwilliams. Will try out this solution.