mongostick

MongoStick helps you to poke around your database.


Keywords
mongodb, motor, react, redux, tornado, websockets
License
MIT
Install
pip install mongostick==0.2

Documentation

Introduction

At some point it is just to tedious to parse JSON with your brain when you just want to get information about your MongoDB(-Cluster). This is where MongoStick can help you.

It is geared towards small to medium MongoDB setups. It helps monitoring the current state of your databases, replica members and connections. When you spend too much time on the shell gathering information and do not want to use Enterprise Tools for your MongoDB, MongoStick can help you.

Installation

In probably a Python3 Virtual Environment:

pip install mongostick
mongostick --mongodb_url=mongodb://127.0.0.1:27017/

After that you can open the frontend in a browser: http://127.0.0.1:8888