Get a random record out of a MongoDB collection using Ruby
Since there is not yet a native way to get a random record out of a MongoDB collection, here here is how I did it using Ruby.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Since there is not yet a native way to get a random record out of a MongoDB collection, here here is how I did it using Ruby.
Post a comment