Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.37 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.37 KB

Mongo Analyser

Tests Linters Code Coverage Code Quality PyPI Downloads Python
Docs 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.