WARNING
This tap is currently a proof of concept and may have limited utility, but feedback is always welcome on issue #631
tap-mongodb
pulls raw data from a MongoDB source.
meltano add extractor tap-mongodb
If you are successful, you should see Added and installed extractors 'tap-mongodb'
in your terminal.
.env
file in a text editor# MongoDB databse host URI
export TAP_MONGODB_HOST=""
# MongoDB database port
export TAP_MONGODB_PORT=""
# MongoDB database username
export MONGODB_USERNAME=""
# MongoDB database password
export TAP_MONGODB_PASSWORD=""
# MongoDB database name
export TAP_MONGODB_DBNAME=""