tap-mongodb icon indicating copy to clipboard operation
tap-mongodb copied to clipboard

Results 22 tap-mongodb issues
Sort by recently updated
recently updated
newest added

MongoDB doesn't have a strict data model, but extracting data should conform to a schema of some kind to help the targets and other downstream processes load the data with...

enhancement

We're running in to an issue where our initial ETL run is running out of memory executing `find({})`. We get the following error: ``` Executor error during find command ::...