Mongo Analyser is a Python library and command-line tool that can help people analyze and infer the schemas of MongoDB collections. It can also be used to extract data from MongoDB collections and store it in a compressed JSON file.
Mongo Analyser can be installed using pip as a Python library:
pip install mongo-analyser
It can also be installed using pipx or uv as a standalone command-line tool:
pipx install mongo-analyser
uv tool install mongo-analyser
See the docs directory for more information on how to use Mongo Analyser.
Mongo Analyser is licensed under the MIT License.