[][src]Crate mongodb_arrow_connector

MongoDB to Apache Arrow Connector

This crate allows reading and writing MongoDB data in the Apache Arrow format. Data is read as RecordBatches from a MongoDB database using the aggregation framework. Apache Arrow RecordBatches are written to MongoDB using an insert_many into a collection.

Modules

reader

MongoDB reader

writer

MongoDB writer