Skip to content

Instantly share code, notes, and snippets.

@AstraLuma
Created January 7, 2014 20:22
Show Gist options
  • Save AstraLuma/8306245 to your computer and use it in GitHub Desktop.
Save AstraLuma/8306245 to your computer and use it in GitHub Desktop.
A proposed map/reduce definition I have in my head
from __args__ import doc
if docs['score'] > 50:
yield None, {'player_name': doc['name']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment