Expand description
MongoDB CDC source connector implementation.
Implements crate::connector::SourceConnector for streaming change events from MongoDB
change streams into LaminarDB as Arrow RecordBatches.
§Cancellation Safety
Connector lifecycle futures never directly poll the MongoDB driver. Driver
I/O lives in an owned reader task; cancellation aborts that task so no
connection or cursor outlives its connector.
Structs§
- Mongo
DbCdc Source MongoDBCDC source connector.
Functions§
- mongodb_
cdc_ envelope_ schema - Returns the Arrow schema for
MongoDBCDC envelope records.