First, let's start with the basics:
- Here is the presentation in pdf form.
- Hack #1: collecting profiling data
- Hack #2: per entity audit data
- The program I modified was the simple ajax chat sample.
- To be able to do low-level queries on the store, I integrated the interactive ajax shell.
- The final version can be downloaded here.
- go to http://localhost:8080/ on your local machine and enter a couple of chats
- then, go to http://localhost:8080/stats to see the mini statistics
- then, go to http://localhost:8080/shell and execute the following script(hitting Ctrl-Enter after each line):
from google.appengine.api import datastore
datastore.Query('Greeting').Get(100)
0 comments:
Post a Comment