Top "Pymongo-3.x" questions

Version 3 of [pymongo]

How to set connection timeout for Mongodb using pymongo?

I tried setting connectTimeoutMS and socketTimeoutMS to a low value but it still takes about 20 seconds before my script times …

mongodb pymongo pymongo-3.x
pymongo - TypeError: document must be an instance of dict, bson.son.SON, or other type that inherits from collections.MutableMapping

I'm writing data to MongoDB using pymongo. I receive this error when performing the write operation. TypeError: document must be …

mongodb pymongo pymongo-3.x
How to count pymongo aggregation cursor without iterating

I want to get the total number of records in an aggregate cursor in pymongo version 3.0+. Is there any way …

python mongodb pymongo-3.x
Insert data into with pymongo and flask

when i click on submit button i get an error which says: "TypeError: 'Collection' object is not callable. If you …

python mongodb flask pymongo-3.x