mongodrdl : what is it ? It is a tool packaged with MongoDB BI Connector. It has a number of functions to assist is mapping and manipulating schemas. How can I use mongodrdl? This is an example of a mongodrdl command line request. In this example the mongodrdl command line tool samples the namespaces of the database and collection specified. For more options check the official MongoDB BI Connector documentation mongodrdl sample --host "myserver" --port 27017 --authenticationDatabase admin --username myAdmin --password myPw1 --db db1 --collection mycollection --out myCollection.drdl This is a snippet from the file output schema: - db: myDB... Read more →