Paulius-Maruska / mongodog

Sniffs out PyMongo calls and reports them to the configured reporter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongodog

A python library, that helps you sniff out your own code that is running on mongo (using pymongo or mongokit).

Why?

Mongo has profile functionality and it is great. Why do we need mongodog? Well, mongodog includes one very important feature that mongo profile doesn't - python traceback of the calling code. Sometimes you just need to know where the command is coming from.

About

Sniffs out PyMongo calls and reports them to the configured reporter.

License:Other


Languages

Language:Python 100.0%