Skip to content

mongodb-labs/mongodump-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodump-parser

This Repository is NOT an officially supported MongoDB product.

This simple tool reads a mongodump archive on its standard input, parses the archive’s header & collection metadata, then writes the result as a MongoDB Extended JSON document to standard output.

To build it, just run go build.

To test it with the included test archive, run cat test.dump | ./mongodump-parser. (Append | jq to that command to improve the output’s legibility.)

About

Parse mongodump archives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages