0 purchases
admongo 0.1.0
About
This code automates MongoDB administrative tasks without knowledge of mongo shell language (JavaScript).
This repository contains scripts to automate adminstrative tasks on MongoDB.
A Python module using PyMongo, the Python API for MongoDB. Detailed usage instructions can be found here.
A bash script using the native JavaScript-based mongo client from the mongodb package.
This interface is not further maintained and is deprecated.
How to install
From the PyPI repository:
pip install admongo
From the Gitlab repository:
pip install git+https://gitlab.kit.edu/ivan.kondov/mongo-admin.git
How to use
A short help can be obtained with the command:
mongo_admin --help
See the detailed usage instructions.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.