Skip to content

A minimalistic tool for analysing and extracting the schema of a MongoDB collection

License

Notifications You must be signed in to change notification settings

habedi/mongo-analyser

Repository files navigation

Mongo Analyser

Tests Lint codecov CodeFactor PyPI version Pip downloads
Python version Documentation License

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.

Installation

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

Documentation

See the docs directory for more information on how to use Mongo Analyser.

Command-line Usage Demo

asciicast

License

Mongo Analyser is licensed under the MIT License.

About

A minimalistic tool for analysing and extracting the schema of a MongoDB collection

Topics

Resources

License

Stars

Watchers

Forks

Languages