Skip to content

Instantly share code, notes, and snippets.

@danared
Created February 12, 2016 16:54
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 danared/1685355939456d262500 to your computer and use it in GitHub Desktop.
Save danared/1685355939456d262500 to your computer and use it in GitHub Desktop.
number_of_documents = 100
load_data(collection, number_of_documents)
winner = [ d for d in collection.aggregate([{'$sample': {'size': 1 }}])][0]
print "AND THE WINNER IS ..... " + winner['name']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment