Markus Schmidberger

Results 6 comments of Markus Schmidberger

can you send me a short example code in R? -> your idea is to move the loop with a mongo.insert command to C, correct?

idea: make the processing layer configurable mongo.insert( ...., method=c("C", "R"))

a first version of the new library is available: https://github.com/mongodb/mongo-c-driver/releases

Hi, using any mongo-c driver version higher than v.0.7.1 requires a complete re-engineering of the rmongodb package. I am not planing to do that.

90% changes and a lot of new concepts. It means more or less re-implementing rmongodb. On 17.09.2014, at 12:07, Jeroen Ooms [email protected] wrote: > @schmidb what exactly has changed in...

yes, fully compatible. But there are missing some of the new features. On 17.09.2014, at 12:43, Jeroen Ooms [email protected] wrote: > That's a shame. But the old driver works fine...