Store Images and Videos with Node.js, Integrating Azure Blob Storage, and MongoDB

preview_player
Показать описание


📚 Resources 📚

⏱️ Timestamps ⏱️
Introduction to Media Storage [00:00:00 - 00:04:35]

Setting Up Azure Blob Storage [00:04:35 - 00:09:10]
Tim walks through the process of creating a storage account in Azure, emphasizing the selection of storage accounts over the classic version. He demonstrates how to create a new storage account, select the appropriate subscription, resource group, and configure advanced settings for public access.

Configuring Containers and Access [00:09:10 - 00:13:40]
The focus shifts to setting up a container within the Azure storage account, which acts like a directory for organizing blobs. Tim also explains how to generate a Shared Access Signature (SAS) for detailed control over client data access.

Implementing File Upload Functionality [00:18:10 - 00:22:40]
This chapter covers the development of the API's image upload functionality. Tim writes the code to set up an HTTP server, define the port, and create the handle image upload function, which processes HTTP post requests and handles the uploading of images and metadata storage.

Finalizing and Testing the Application [00:22:40 - 00:27:34]
In the final chapter, Tim addresses corrections in the application code, ensuring all functions are properly defined and variables are correctly named. He then runs the application, tests the image upload feature, and verifies that the image and metadata are correctly stored in Azure Blob Storage and MongoDB. The tutorial concludes with a summary and an invitation to explore more MongoDB resources.

------
Рекомендации по теме
Комментарии
Автор

Can you a do a video about uploading a file using azure functions and storage using NodeJS

wahibakamoulcode
Автор

Thanks for this tutorial. I was really waiting for this. Is there any alternative to azure?

bancegnitognanarcisse