Mongo event

Overview

The MongoDB Event stream source works similar to Cinchy's Change Data Capture functionality. The listener subscribes to monitor the change stream of a specific collection in the database of the MongoDB server. Any actions performed on document(s) inside of that collection are picked up by the listener and sent to the queue.

Limitations

To use change streams in MongoDB, there are a few requirements your environment must meet.

The MongoDB Event source supports real-time syncs.

Info tab

You can find the parameters in the Info tab below (Image 1).

Values

Source tab

The following table outlines the mandatory and optional parameters you will find on the Source tab (Image 2).

The following parameters will help to define your data sync source and how it functions.

Next steps

Last updated