Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 241 Bytes

Mongo scripts

Various scripts used for mongodb maintainance or data migrations

Standalone scripts are run by:

mongo [args] dbname jsfile.js

Batch scripts are run by:

mongo [args] dbname template.js jsfile.js