To optimally synchronize data between MongoDB and CrateDB, you should use a Change Data Capture (CDC) integration, which is available as a managed feature in CrateDB Cloud. This allows you to keep your MongoDB data continuously and efficiently synchronized with a table in CrateDB. Here’s a concise guide on how to do this:
CrateDB Cloud (preview feature, see docs) can continuously import and sync data from MongoDB (e.g., MongoDB Atlas) using Change Streams.