No. of images will be around 1 million. I think I need a CDN or a image hosting site: Total Size of images: 1 TB. Speed and local delivery : not very important Cost: Very Low cost
These images, pdfs, svgs will be linked to a Item Code. The only reason to host them elsewhere would be to save cost.
I have a handful of images I host on a CDN called cloudinary for my ERPNext based website. I have referecned the public URL (cloudinary.com/imageurlhash464651315513âŚ) in my JS code. I donât think this is a typical use case, but itâs in line with what youâre asking.
Yes absolutely possible.
What you are seeing here is to provide a link to download the image in question, where it will then be saved in the ERPNext mysite/files/ structure.
How many images (and of what size?) do you need served? What is the technical concern?
No. of images will be around 1 million. I think I need a CDN or a image hosting site:
Total Size of images: 1 TB.
Speed and local delivery : not very important
Cost: Very Low cost
I do not need cropping or any other image service, the images just need to be fetched as is.
@dhananjay Follow up question: are these images being served to internal (ERP) users or to external (portal/ website) users, or both? I have used S3 in a similar-ish way and remotely serving images could be an effective way t o improve Frappe/ERPNext performance.