Apache Drill - MongoDB plugin

Hi Viraj,

this is the type of basic query:

select * from mongo.dbname.shardedcollection_name limit 1;

Connection string is:
{
“type”: “mongo”,
“connection”: “mongodb://usr:pwd@mongo-router/?readPreference=secondaryPreferred”,
“enabled”: true
}