MongoDB Component Release Notes
This page lists the main features added to the MongoDB Component.
Feature Highlights
Version 2.1.2
Change Data Capture (CDC)
Multiple improvements have been performed to homogenize the usage of Change Data Capture (CDC) in the various Components.
Parameters have been homogenized, so that all Templates should now have the same CDC Parameters, with the same support of features.
Multiple fixes have also been performed to correct CDC issues. Refer to the changelog for the exact list of changes.
Version 2.1.0
Support executing MongoDB Find Queries
This new version supports defining and executing MongoDB Find Queries.
This offers the ability to define your own customers queries to retrieve data from MongoDB and then load it somewhere else.
MongoDB Find Queries are defined in Metadata:
Note that after defining the query attributes, you can reverse the query with a right click / reverse on it.
The query will be executed behind the scenes to have a sample of data to define the responses structure.
And then when everything is defined in Metadata you can use the query in Mapping to retrieve the data returned.