MongoDBΒΆ
About
MongoDB is a document database designed for ease of application development and scaling. MongoDB Atlas is a multi-cloud database service by the same people who build MongoDB. Atlas simplifies deploying and managing your databases while offering the versatility you need to build resilient and performant global applications on the cloud providers of your choice.
Managed
MongoDB CDC is available as a managed service on CrateDB Cloud.
Managed data loading from MongoDB and MongoDB Atlas into CrateDB Cloud
(full-load and cdc), including advanced data migration, translation
and compensation strategies.
Standalone
Data from MongoDB can also be loaded by other means.
How to load data from MongoDB Server and MongoDB Atlas into CrateDB.
Standalone CLI ctk load for loading MongoDB collections into CrateDB
(full-load), optionally using transformations.
Standalone CLI ctk load for streaming changes of MongoDB collections
into CrateDB (cdc), optionally using transformations.
Note
The MongoDB I/O component is based on the migr8 migration utility migration utility package. Consult its documentation for advanced capabilities when working with MongoDB.