== What == A Ruby implementation of the MongoDB interface. Just swap out the line "Mongo::Connection.new" in your application with "EmbeddedMongo::Connection.new" and leave the rest of the code alone. No server process needed! E.g. conn = EmbeddedMongo::Connection.new coll = conn['test']['embedded'] coll.insert({ 'hello' => 'world' }) coll.find.to_a # => [{"_id"=>BSON::ObjectId('4e1b4027f626214e9e