rmongodb icon indicating copy to clipboard operation
rmongodb copied to clipboard

R driver for MongoDB

Results 23 rmongodb issues
Sort by recently updated
recently updated
newest added

Creating a mongoDB connection can only be done to one server with ``` mongo

It would be nice if it was possible to define the "roles" with mongo.add.user.

enhancement

Hi, I try to create from R mongo query, which is based on index named id. Id is 19-numbers integer e.g 1234567891234567891, which is keep in mongo in numberlong format....

enhancement

Hi, I have an aggregation pipeline grouping document that is working fine in the mongo shell, but not in rmongodb. A sample document (after running through match and unwind stages)...

bug
question

Hi, I am experimenting with both rmongodb and RMongo. I'm trying to get a single field from a MongoDB database with 31 million records. I'm experimenting with limit on 1...

enhancement
question

hey guys. I just try to connect hadoop streaming with R and i thought about the datatypes from rmongodb may help me out. So this is the idea Hadoop Streaming[hadoop-mongo-connector]...

enhancement
question

Thank you all for the great works. Recently our program crashed when it tries to retrieve very huge data from mongodb server, here's the back trace: (gdb) where 0 0x00002aaab24c3385...

bug

replace `rand()` and `srand()` in _src/libmongo/bson.c_ by correct [R version](http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Random-numbers).

enhancement