Skip to content

dioxic/mongo-json-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoJsonDump

A highly performance json dump tool for MongoDB.

Usage

Usage: mongojsondump [--includeSystem] [--batchSize=<batchSize>]
                     [--limit=<limit>] [-o=<outputDir>] [--uri=<uri>]
                     [--nsExclude[=<nsExclude>...]]...
      --batchSize=<batchSize>
                             cursor batch size
      --includeSystem        include system databases (config, admin, local)
      --limit=<limit>        limit the document per collection
      --nsExclude[=<nsExclude>...]
                             exclude matching namespaces
  -o, --output=<outputDir>   output directory
      --uri=<uri>            mongodb uri

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages