MongoDB sink connector
Write data to MongoDB
name | type | required | default value |
---|---|---|---|
uri | string | yes | - |
database | string | yes | - |
collection | string | yes | - |
common-options | no | - |
uri to write to mongoDB
database to write to mongoDB
collection to write to mongoDB
Sink plugin common parameters, please refer to Sink Common Options for details
mongodb {
uri = "mongodb://username:[email protected]:27017/mypost?retryWrites=true&writeConcern=majority"
database = "mydatabase"
collection = "mycollection"
}
- Add MongoDB Sink Connector