TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

Run function on some/all databases #152

Closed malarzm closed 8 years ago

malarzm commented 8 years ago

Our project lives in multi tenant world where each application has its own database and we often need to run same query on multiple databases (be it looking how many databases has certain documents or data migrations we want to test before employing our migration tool). Maybe somebody will find it useful it too :)

TylerBrock commented 8 years ago

Very cool, thanks!

malarzm commented 8 years ago

:+1: