poiati/gmongo

Add support for Bulk operations

joergrech opened this issue · 3 comments

It would be great if you could integrate Bulk operations from MongoDB 2.6 such as initializeOrderedBulkOperation(). The Java Drivers are supporting them already: http://docs.mongodb.org/ecosystem/tutorial/getting-started-with-java-driver/#bulk-operations

Ok joergrech,

I will work on it.

Is there any way so that i can read/write csv or txt file from the mongoDB that is configured with soapui.
I want to create a test suit that will read csv file from mongoDB using groovy and also can write file to mongoDB using groovy. Write now it is having only support for collection, i need support for files.
looking for some reply....

Hello @VikasKSahu,

Sorry, I didn't understand what you mean. You want to store a plaintext file in a collection?