Skip to content

Instantly share code, notes, and snippets.

@markchadwick
Created July 20, 2011 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markchadwick/1095613 to your computer and use it in GitHub Desktop.
Save markchadwick/1095613 to your computer and use it in GitHub Desktop.
GAE Map Reduce
mapreduce:
- name: Resave Users
mapper:
input_reader: google.appengine.ext.mapreduce.input_readers.DatastoreInputReader
handler: turan.jobs.resave
params:
- name: entity_kind
default: turan.model.User
def resave(entity):
entity.put()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment