embulk-input-mongodb icon indicating copy to clipboard operation
embulk-input-mongodb copied to clipboard

MongoDB compatibility

Open int128 opened this issue 2 years ago • 0 comments

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.

int128 avatar Nov 24 '22 00:11 int128