We wanted to setup a new environment from an existing application. In our existing applications, we have MySQL and MongoDB. For setting up the new environment, we only want the database with tables/collection structure without any data/documents. We can get the mysql table structure by using mysqldump and --no-data, Is there any similar type of solution available in mongodb?
I searched a lot but didn't get the proper solution. Any leads would be appreciated.