Mongo ChangeStream

Mongo ChangeStream allow applications to access real-time data changes without the complexity. Applications can use change streams to subscribe to all data changes on a single collection, a database, or an entire deployment, and immediately react to them. Because change streams use the aggregation framework, applications can also filter for specific changes.

All component configurations are classified broadly into 3 section:

Follow the given walk-through to configure the Mongo Change Stream component.

Configuring the Meta Information for the Mongo ChangeStream component

  • Connection type: Select the connection type from the drop-down menu and provide the required credentials.

  • Database name: Enter the database name.

  • Collection name: Enter the collection name from the given database.

  • Operation type: Select the operation type from the drop-down menu. There are four types of operations supported here: Insert, Update, Delete, and Replace.

  • Enable SSL: Check this box to enable SSL for this components. Credentials will be different for this.

Saving the Component

  • Activate the pipeline, make any operation from the above given operation types in the Mongo collection.

  • Whatever operation has been done in the Mongo collection, the Mongo ChangeStream component will fetch that change and send it to the next Event in the Pipeline Workflow.

  • Enable SSL: Check this box to enable SSL for this components. MongoDB connection credentials will be different if this option is enabled.

  • Certificate Folder: This option will appear when the Enable SSL field is checked-in. The user has to select the certificate folder from drop down which contains the files which has been uploaded to the admin settings. Please refer the below given images for the reference.

Last updated