poiati / gmongo

A Groovy wrapper to the mongodb Java driver
http://blog.paulopoiati.com/2010/06/20/gmongo-0-5-released/
Apache License 2.0
182 stars 44 forks source link

Add support for Bulk operations #26

Open joergrech opened 9 years ago

joergrech commented 9 years ago

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

poiati commented 9 years ago

Ok joergrech,

I will work on it.

VikasKSahu commented 8 years ago

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....

poiati commented 8 years ago

Hello @VikasKSahu,

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