embulk / embulk/embulk-input-mongodb
MongoDB compatibility
Open
- Dominant language
- Java
- Stars
- 18
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.