MongoDB + Python #2 - Schema Validation, Advanced Queries and More

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 31

  • @zZGIAN33Zz
    @zZGIAN33Zz 2 роки тому +1

    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💪🏻

  • @frizny
    @frizny 2 роки тому +1

    Some great content here with simple straight forward explanations. Thank you for the excellent video

  • @istein654
    @istein654 9 місяців тому

    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?

  • @tommy8638
    @tommy8638 Рік тому

    Dude the videos are amazing. You made the whole concepts soooooooo easy to understand! Thanks so much and please keep making new contents!!!

  • @rortox1539
    @rortox1539 2 роки тому +1

    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!

  • @codeyao9796
    @codeyao9796 8 місяців тому

    Very clean and clear tutorials! Could you share the python scripts? Thank you!

  • @estevaoyt
    @estevaoyt Рік тому

    Great explanation of pymongo, thank you!

  • @shinpsycho
    @shinpsycho 2 роки тому +1

    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

  • @trtlphnx
    @trtlphnx 2 роки тому +1

    Great Presentation ~

  • @user-eq1lo8ul5c
    @user-eq1lo8ul5c 2 роки тому

    Hey! Will there be a video with motor?

  • @lasnamiwalid3633
    @lasnamiwalid3633 2 роки тому

    Thanks Tim I realy like it !!!

  • @tcgvsocg1458
    @tcgvsocg1458 2 роки тому

    Huge thx to you!can you do a video that explain difference betwen continue pass and break statement please

  • @ankitparmar547
    @ankitparmar547 2 роки тому +1

    Liked it without watching the video !

  • @kendilsuparno1897
    @kendilsuparno1897 2 роки тому

    How make validator for collection was make before/exist before?

  • @darknights5020
    @darknights5020 2 роки тому

    where is code for the book_validator

  • @tcgvsocg1458
    @tcgvsocg1458 2 роки тому

    I follow all the step i have authentification failed what can i do?

  • @x_cherry8419
    @x_cherry8419 2 роки тому

    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

  • @pritamsarkar3371
    @pritamsarkar3371 2 роки тому

    can you please provide the code links here?

  • @tcgvsocg1458
    @tcgvsocg1458 2 роки тому

    Thx

  • @ahmadzaimhilmi
    @ahmadzaimhilmi 2 роки тому

    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.

  • @Dannynguyen.e-commerce
    @Dannynguyen.e-commerce Рік тому

    "Unknown $jsonSchema keyword: descrtiption.."
    how to fix it please?

  • @danielhaycraft7004
    @danielhaycraft7004 Рік тому

    dt is giving problems :(
    47:16

  • @CABarrosBR
    @CABarrosBR Рік тому

    Where can I find the source code in this video?

    • @alory2997
      @alory2997 Рік тому +4

      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"
      }
      }
      }
      }

    • @CABarrosBR
      @CABarrosBR Рік тому +1

      @@alory2997 Thanks a lot :)

    • @easynetworking3740
      @easynetworking3740 Рік тому

      @@alory2997 Many thanks

  • @oizik
    @oizik 2 роки тому

    Fantastic video, short, to the point, would give 50 likes if I could!!!

  • @emanuelz1673
    @emanuelz1673 Рік тому

    24/01/2023 I had to omit 'description' keyword in order to book_validator to work

  • @chikkii1601
    @chikkii1601 2 роки тому

    First comment 🥳🥳🥳🥳🥳🥳🥳🥳

  • @DreaminBig
    @DreaminBig 2 роки тому

    Dropped out of college to get 6k views