Getting Started
Installation
The preferred method for installing Moped is with bundler. Simply add
Moped to your Gemfile
.
gem "moped", "~> 1.1.1"
Alternatively you can get the Moped gem direcly from rubygems.org:
$ gem install moped
Moped has no external dependencies and no C or Java extensions, so installation should have no issues on any operating system.
Moped provides no API around GridFS or Map/Reduce, but both are possible by implementing your own functionality around it.