# mongodump-parser **Repository Path**: mirrors_mongodb-labs/mongodump-parser ## Basic Information - **Project Name**: mongodump-parser - **Description**: Parse mongodump archives - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mongodump-parser This Repository is **NOT** an officially supported MongoDB product. This simple tool reads a [mongodump](https://www.mongodb.com/docs/database-tools/mongodump/) archive on its standard input, parses the archive’s header & collection metadata, then writes the result as a [MongoDB Extended JSON](https://www.mongodb.com/docs/manual/reference/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.)