-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
PyMongo provides decode_iter and decode_file_iter functions, which iterate on a stream of BSON data and yield documents. Since the extension functions only operate on a single document, this iterator is something we could implement in the library to allow users to operate on BSON files produced by mongodump and other utilities.
- links to