How to Get Started With Bun & MongoDB

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

КОМЕНТАРІ • 7

  • @yordan.
    @yordan. 2 місяці тому +1

    nice tutorial, I love how simple mongodb is

    • @MongoDB
      @MongoDB  2 місяці тому

      Glad it was helpful!

  • @jamesdenmark1396
    @jamesdenmark1396 2 місяці тому +1

    Thank you for the video, can you create a video how to use typescript in the mongo atlas functions? Like how to setup with git, and somehow use TS locally, and when building transform to ES6 and upload to mongodb atlas

    • @MongoDB
      @MongoDB  2 місяці тому

      Great idea! Thank you

    • @jamesdenmark1396
      @jamesdenmark1396 2 місяці тому

      @@MongoDB Looking forward! Thank you again

  • @akhikumar7976
    @akhikumar7976 2 місяці тому

    How to insert pdf through mongodb in backend

    • @MongoDB
      @MongoDB  2 місяці тому

      While it is possible to store files within MongoDB using GridFS, we generally recommend storing files such as PDF, images, etc in a storage service like AWS S3 or Azure Blob and reference it's link within your MongoDB Collection.
      Here is a great video on Azure Blob Storage: ua-cam.com/video/Zq53q1sJEiM/v-deo.html
      Here are the docs for GridFS if you'd like to explore that option: www.mongodb.com/docs/manual/core/gridfs/