📄️ MongoDB change streams overview
Data Integration Log-Based extraction mode provides a real-time stream of any changes made to the databases and tables configured, eliminating the need to implement and maintain incremental fields or retrieve data via select queries. It also lets you retrieve schema changes from the database.
📄️ MongoDB change streams connection
Prerequisites