MongoDB adapter as a source

The MongoDB adapter as a source:
  • can be used in source context in a map by adding an input card to the map and configuring it to use MongoDB connection type.
  • can be used in source context in a flow by adding a source node to the flow and configuring it to use MongoDB connection type.
  • can fetch documents from the specified collection based on the specified query and provide them on the output link for further processing in the map or flow.
  • can be configured to always fetch a single document even if multiple documents match the query. When it is configured to fetch multiple documents, it can be configured to retrieve them all at once in Integral mode or in batches of the specified Fetch Unit size in Burst mode. The Limit property can be set to cap the number of documents provided on output.