Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamalton/app-engine-query-logger
- Owner: adamalton
- Created: 2012-01-01T13:37:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-01T13:40:23.000Z (about 13 years ago)
- Last Synced: 2023-03-17T13:45:28.505Z (almost 2 years ago)
- Language: Python
- Homepage: appengine-query-logger
- Size: 85.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.