App Engine

25 Nov 2008

Google App Engine still doesn't support SSL

I'm seeing a lot of misinformation out there that Google App Engine has SSL support. It doesn't.

(more...)

Clarifying SSL: Google App Engine still doesn’t support it, appspot.com does.

21 Nov 2008

App Engine in Flight

Google today released Google App Engine SDK 1.1.6 (announcement, download) which, among other things, brings with it datastore keys that you can sort and filter on.

(more...)

Google App Engine SDK 1.1.6 released, brings sortable datastore keys

3 Sep 2008

Google app Engine Over Quota

Update: The quotas have been reset, the site is back up, and engineers at Google are monitoring them and working closely with me until we can figure out what the issue is and fix it.
(more...)

We haven’t changed the name of the conference to “Over Quota”

31 Aug 2008

Backing up and restoring the datastore in your local SDK can be very useful for several use cases. Personally, I find that I alternate between running the local SDK with a restore of data from the deployment environment and with an empty or test datastore.

The local SDK slows down painfully when you populate it with real amounts of data so sometimes I test with an empty datastore while developing. Restoring data, however, takes a long time too so I don't want to run my restore process all the time. And I don't have to, since I can simply backup the local datastore and restore is by copying it back.

(more...)

Backing up and restoring your local SDK datastore (Google App Engine)

18 Aug 2008

OS X Leopard comes with Python 2.5.1 and lacks the PIL package for image manipulation. Google App Engine's local SDK uses PIL to emulate its image manipulation features.

The instructions on Google's installation page for PIL are incorrect.

(more...)

HOWTO Install PIL on OS X Leopard