embulk-input-mongodb
embulk-input-mongodb copied to clipboard
MongoDB compatibility
Hello,
We exported our database of MongoDB 4.4 with this plugin and got invalid data.
It seems all columns are exported as string "1".
I found the driver version is very old. https://github.com/embulk/embulk-input-mongodb/blob/c54dfd9bedd0c0a22d936ca2fd2ffada807f7ffa/build.gradle#L33
It does not support MongoDB 4.2 or later. https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/
I'd like to open a pull request to update the driver.