Thanks Tim for your tutorials, they have been of great help to me! I have a request...you could make a video to explain how to upload and view an image on the database? You are great💪🏻
Hey TIm, thank you for your content. It is helping me out learning and building my oun programs. I was wondering, were thinking of making a video also about MongoDB vector search?
Thank you for this great video! Quick reminder: The link to the previous MongoDB video is still not present in the description, you might want to replace the TBD with it. Thanks again!
thank you for this great video for me. but i have an problem that is i type same you [author[0]] but get an object not objectId i need to know why ? can you explain for me
Hi great video. At the end of the video I came across a problem, I have errors regarding pymongoarrow package the following: - UserWarning: This library has not been compiled warnings.warn("This library has not been compiled") - ImportError: DLL load failed while importing lib Ps. I installed as in the video, uninstalled, tried from package manager and other combinations like py, python also does not work. Please help. Thanks
I really hate that the math operation (that datetime) has to be done in lines. With many curly brackets, it can be intimidating. Only if there's a way to just upload the map function (like in pandas) into the query string.
there is no, i wrote it myself book_validator = { "$jsonSchema": { "bsonType": "object", "required": [ "title", "authors", "publish_date", "type", "copies" ], "properties": { "title": { "bsonType": "string", "description": "'title' must be a string and is required" }, "authors": { "bsonType": "array", "items": { "bsonType": "objectId", "descrtiption": "must be and objectId and is required" } }, "publish_date": { "bsonType": "date", "description": "must be a date and is required" }, "type": { "enum": ["Fiction", "Non-Fiction"], "description": "can be only one of the enum values and is required", }, "copies": { "bsonType": "int", "minimum": 0, "description": "must be an integer greater than 0 and is required" } } } }
Thanks Tim for your tutorials, they have been of great help to me! I have a request...you could make a video to explain how to upload and view an image on the database? You are great💪🏻
Some great content here with simple straight forward explanations. Thank you for the excellent video
Hey TIm, thank you for your content. It is helping me out learning and building my oun programs.
I was wondering, were thinking of making a video also about MongoDB vector search?
Dude the videos are amazing. You made the whole concepts soooooooo easy to understand! Thanks so much and please keep making new contents!!!
Thank you for this great video! Quick reminder: The link to the previous MongoDB video is still not present in the description, you might want to replace the TBD with it. Thanks again!
Very clean and clear tutorials! Could you share the python scripts? Thank you!
Great explanation of pymongo, thank you!
thank you for this great video for me. but i have an problem that is i type same you [author[0]] but get an object not objectId i need to know why ? can you explain for me
Great Presentation ~
Hey! Will there be a video with motor?
Thanks Tim I realy like it !!!
Huge thx to you!can you do a video that explain difference betwen continue pass and break statement please
Liked it without watching the video !
How make validator for collection was make before/exist before?
where is code for the book_validator
I follow all the step i have authentification failed what can i do?
Hi great video. At the end of the video I came across a problem, I have errors regarding pymongoarrow package the following:
- UserWarning: This library has not been compiled
warnings.warn("This library has not been compiled")
- ImportError: DLL load failed while importing lib
Ps. I installed as in the video, uninstalled, tried from package manager and other combinations like py, python also does not work. Please help. Thanks
can you please provide the code links here?
Thx
I really hate that the math operation (that datetime) has to be done in lines. With many curly brackets, it can be intimidating. Only if there's a way to just upload the map function (like in pandas) into the query string.
"Unknown $jsonSchema keyword: descrtiption.."
how to fix it please?
change 'descrtiption' to 'description'
dt is giving problems :(
47:16
Where can I find the source code in this video?
there is no, i wrote it myself
book_validator = {
"$jsonSchema": {
"bsonType": "object",
"required": [ "title", "authors", "publish_date", "type", "copies" ],
"properties": {
"title": {
"bsonType": "string",
"description": "'title' must be a string and is required"
},
"authors": {
"bsonType": "array",
"items": {
"bsonType": "objectId",
"descrtiption": "must be and objectId and is required"
}
},
"publish_date": {
"bsonType": "date",
"description": "must be a date and is required"
},
"type": {
"enum": ["Fiction", "Non-Fiction"],
"description": "can be only one of the enum values and is required",
},
"copies": {
"bsonType": "int",
"minimum": 0,
"description": "must be an integer greater than 0 and is required"
}
}
}
}
@@alory2997 Thanks a lot :)
@@alory2997 Many thanks
Fantastic video, short, to the point, would give 50 likes if I could!!!
24/01/2023 I had to omit 'description' keyword in order to book_validator to work
First comment 🥳🥳🥳🥳🥳🥳🥳🥳
Dropped out of college to get 6k views