Skip to content

Instantly share code, notes, and snippets.

@eric-optimizely
eric-optimizely / efficient_remote_api_ndb.py
Last active April 6, 2016 00:29
[gae] Fetching an unknown and potentially large number of Models from the Datastore (w/ NDB) using Remote API.
#!/usr/bin/python
"""
These commands can be run from the src/script directory, which makes remote_gae availble.
Important: Please use the Remote API with extreme caution, since it affects our production servers and Datastore.
Changes made to the production Datastore are often irreparable.
References:
* https://developers.google.com/appengine/articles/remote_api
* https://developers.google.com/appengine/docs/python/tools/remoteapi
//
// NSDateRFC1123.h
// Filmfest
//
// Created by Marcus Rohrmoser on 19.08.09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>