Working With MongoDB's Aggregation Pipelines in Ruby
MongoDB’s aggregation pipelines let you perform data aggregations similar to SQL’s “group by” statements. The Mongoid and moped gems let you easily use the aggregation pipelines in 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!
MongoDB’s aggregation pipelines let you perform data aggregations similar to SQL’s “group by” statements. The Mongoid and moped gems let you easily use the aggregation pipelines in Ruby.
Post a comment