Mongs is a web-based data browser for MongoDB.
$ git clone https://github.com/chadwhitacre/mongs.git
$ cd mongs
$ make run
Greetings, program! Now serving on http://0.0.0.0:29017/.
Now visit http://0.0.0.0:29017/. :-)
Click to browse.
You can query using JSON expressions in the URL, where the {}
is in the
above screenshot.
You can sort by adding a "sort": [["field", -1]]
key/val to the {}
in
the URL. It will be popped and the rest of the dict will simply be a
PyMongo query.
To add more servers, create (or link) a servers.txt
file in the Mongs
distribution root with one server hostname per line, e.g.:
$ cat servers.txt
localhost
internal-1.mycorp
internal-2.mycorp
Mongs is implemented in Python using the Aspen web framework.
Mongs is named after a dairy. Herewith, an old milk box repurposed to hold computer cables, showing the Mong's Dairy logo:
Copyright © Chad Whitacre and contributors. MIT-licensed.