NopCommerce Azure Blob Storage/CDN plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Release 1.5:
Improvements:
• Performance enhancements.
• Automatically move your images in Cloud storage/file system
• Automatically update your routes for Stylesheets & Java Script Files & images in your views
8 years ago
Hi,

The plugin is what we want. :)

Somethings need to double check:

1. Auto sync product, category images between azure sql and blob storage? When a product's images are updated, will it sync to blob automatically? For now we save pictures in db, so the plugin can migrate pictures to blob automatically?

I guess these are actually related questions.

2. Can it handle other static files such as banner pictures, css, javascript files?

3. When a cdn point is broken, will it read data (ex. product pictures) from original place?

Thanks.
8 years ago
Hi

Thank you for your message.
lorenz wrote:
1. Auto sync product, category images between azure sql and blob storage? When a product's images are updated, will it sync to blob automatically? For now we save pictures in db, so the plugin can migrate pictures to blob automatically?

yes. You will be able to upload your pictures from SQL to Blob storage automatically and when product's images are updated they will be saved to the blob automatically. If you use blob storage for pictures we will not save them to the DB or File System. One of the goal of this plugin is to use cheaper storage for downloadable files/pictures. Also we wanted to allow customers to avoid  storage space limitations for web app and add CDN support.

lorenz wrote:
2. Can it handle other static files such as banner pictures, css, javascript files?

yes. plugin can upload banner pictures, css, javascript files to the blob automatically and change routes in nop views

lorenz wrote:
3. When a cdn point is broken, will it read data (ex. product pictures) from original place?

No. You will need to switch off CDN checkbox manually in plugin settings page.
8 years ago
Thanks for your answer.


yes. You will be able to upload your pictures from SQL to Blob storage automatically and when product's images are updated they will be saved to the blob automatically. If you use blob storage for pictures we will not save them to the DB or File System. One of the goal of this plugin is to use cheaper storage for downloadable files/pictures. Also we wanted to allow customers to avoid  storage space limitations for web app and add CDN support.


1. So the plugin will upload existing pictures from azure sql to blob automatically when I install the plugin and change setting to use blob?

2. In other words, once we use the plugin and save picture in blob, pictures won't be saved to db?

3. If we move the application from azure to our local test environment without azure blob feature, how do we import pictures from blob to database?

Thanks again.
8 years ago
Thank you for your questions.
lorenz wrote:
1. So the plugin will upload existing pictures from azure sql to blob automatically when I install the plugin and change setting to use blob?

Yes

lorenz wrote:
2. In other words, once we use the plugin and save picture in blob, pictures won't be saved to db?

the plugin will save just picture meta information to the DB and the picture body will be saved to cloud storage provider(for example Azure Blob)

lorenz wrote:
3. If we move the application from azure to our local test environment without azure blob feature, how do we import pictures from blob to database?

you will be able to use our plugin to move pictures from blob to database | File System | other cloud storage provider
8 years ago
problem resolved thanks every one and dev-partner
8 years ago
Thank you for your order and sorry for the delay with the answer. We added plugin to your order.  We didn't process your order several days ago because of official holidays. Russia has long New Year's and Christmas holidays that starts on the first of January and finish of the tenth of January. The whole country doesn't work during this period.
8 years ago
Release 1.6:
Core improvements:
1. Scheduled tasks to move images, content(js, css files and so on), downloadable files  are added
2. The log to show files movement was added
3. Override RichTexteditor to store images in Storage

Azure improvements:
1. Supports Custom CDN Url option
8 years ago
Release 1.7
1) Updating view headers to load .css an .js from cloud.
2) Updating .css urls to load images from cloud.
3) External urls option. It will be useful option if you are using parsers to collect information about your products from external resources and you don't want to store products/categories/manufactures images in your system.
8 years ago
Release 1.8

1. Add "Save downloads as a zip" option to reduce files size and storage cost

A little tutorial of how to create custom CloudStorage provider
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.