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
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/
nice tutorial, I love how simple mongodb is
Glad it was helpful!
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
Great idea! Thank you
@@MongoDB Looking forward! Thank you again
How to insert pdf through mongodb in backend
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/