/mongosh-helpers

Helper methods to conduct common MongoDB cluster survey/troubleshooting tasks

Primary LanguageJavaScript

mongosh-helpers

Helper methods to conduct common MongoDB cluster survey/troubleshooting tasks

This module can be loaded into a MongoDB shell (mongosh) session using the load() method:

load('./mongoshHelpers.js')
<run helper function>