Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamalton/app-engine-query-logger

Logs queries to the App Engine datastore so that you can see how much you are abusing it
https://github.com/adamalton/app-engine-query-logger

Last synced: about 2 months ago
JSON representation

Logs queries to the App Engine datastore so that you can see how much you are abusing it

Awesome Lists containing this project

README

        

This is a simple app (hack) which logs all calls to the datastore (google.appengine.api.datastore).
It logs calls to datastore.Get and datastore.Query.Run.

For a Django project:
Simply add 'querylogger' into your INSTALLED_APPS.

For a non-Django project:
Just import querylogger.models somewhere, like main.py or wherever you guys put your code.