coiled / dask-mongo

BSD 3-Clause "New" or "Revised" License
19 stars 9 forks source link

Upsert to mongo #27

Open tiketdatabudi opened 1 year ago

tiketdatabudi commented 1 year ago

In some cases, we would like to not only adding new documents to a mongo collection but also upserting documents. It would be great if such task can also be catered by dask-mongo :)