pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
948 stars 144 forks source link

Mongokit Support #28

Closed cenkalti closed 11 years ago

mgood commented 12 years ago

Is this something you're interested in contributing? I've used MongoDB, but I'm not working with it currently, and I don't have experience with Mongokit, so this isn't something I expect I'll work on myself.

cenkalti commented 12 years ago

Yes, but I think it won't be easy since pymongo driver does not log queries executed. I am going to try to enable profiling on mongodb before request and fetch that info from system.profile collection.

mgood commented 11 years ago

Well keep me posted if you have some updates on this. I'll close the issue for now though, since it's probably not something I'll get around to myself.

mgood commented 11 years ago

I see you started a port of the Django panel for Mongo. Looks like there's another more recently updated port here: https://pypi.python.org/pypi/Flask-DebugToolbar-Mongo

I'm going to start a page to document these 3rd party add-ons for new panels.