Meteor Mongo Bulk Support

Hi!

Will there be support for bulkOperations in Meteor Mongo?

The current workaround for exposing the underlying API and using rawCollection works fine (after wrapping in async). But, just wondering if there’s any plans for this.

Thanks!

Hi, we already had a few PRs but they were never finished.

See the last one here:

You could help resuming this work or opening a new discussion about Bulk support so we could discuss details there.

1 Like

I have been using Bulk for a long time via the mongodb npm package, it’s very easy to use you just connect to the mongo server and issue the bulk operation and execute it, it is agnostic of meteor.