Bulk operations in Mongoskin

23 Views Asked by At

There are several questions on how to run bulk operations with mongoskin, but none of the answers provied are still working. The need for bulk operations is described in a previous question, here: https://stackoverflow.com/questions/46911914/insert-or-update-multiple-documents-in-mongodb

The only answer which seemed valid is the one from here: How to use unordered bulk inserting with Mongoskin?

but looking at the mongoskin code, the collection() is not accepting a callback anymore. and running bulk.execute() returns "execute is not a method"

Is anyone using mongoskin, and has a solution for this?

0

There are 0 best solutions below