Data Source is a MongoDB
There are three ways of connecting to MongoDB: Direct, Via SSL and Via SSH
Example: Running Queries against MongoDB
The following operation returns all the documents from the products collection where qty is greater than 25 and returns only the _id, item and qty fields:
db.products.find( { qty: { $gt: 25 } }, { item: 1, qty: 1 } )
For more technologies supported by our ETL Software see Advanced ETL Processor Versions and Visual Importer ETL Versions
Confused? Ask question on our ETL forum