MongoDB
Publish JSON based events to the mature standard document storePublishes JSON-based events to MongoDB, a widely-used document store
Overview
Examples & DSL attributes
mongodbPublisher:
servers:
localhost: 27017
enable ssl: false
database: customerdb
collection: emea_customers
ordered inserts: true
credentials:
user: joule
password: password
mechanism: SCRAM_SHA_1
serializer:
batch: false
formatter:
documentFormatter:
contentType: application/octet-stream
encoding: base64Attributes schema
Attribute
Description
Data Type
Required
Credential attributes schema
Attribute
Description
Data Type
Required
Serialisation attributes schema
Attribute
Description
Data Type
Required
Serialiser example
Document formatter
Additional resources
Last updated