skip to Main Content

Mongodb document object array filter

How can I filter if all num of qty greater then 50 then this is return otherwise not: this is examples documents; { _id: ObjectId("5234cc89687ea597eabee675"), code: "xyz", tags: [ "school", "book", "bag", "headphone", "appliance" ], qty: [ { size: "S",…

VIEW QUESTION

Pymongo MongoDB SSL Certificate Expired Error

I am building an application using MongoDB Atlas as the database and Django REST Framework on the backend. I'm trying to initiate the connection between the two, however, I keep getting this error back: Error connecting to MongoDB: 'ag-lfgx9hg-shard-00-02.glqs5bt.mongodb.net:27017: [SSL:…

VIEW QUESTION
Back To Top
Search