Created
January 7, 2014 20:22
-
-
Save AstraLuma/8306245 to your computer and use it in GitHub Desktop.
A proposed map/reduce definition I have in my head
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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