user3243162
user3243162

Reputation: 1

which is suitable DB to store large amount of Images (for Online shopping carts)

which is suitable DB to store large amount of Images (for Online shopping carts)

I would like to know what is the best solution for storing large amount of images like Online shopping carts Ebay,Flipkart etc

It seems that storing in Cloud is better then storing inside a database

what about using a NoSql DataBases like MongoDB etc for storing Images

What is the best solution?

Thanks in Advance

Sandy

Upvotes: 0

Views: 202

Answers (1)

Captain Haddock
Captain Haddock

Reputation: 488

Best solution is always to use a cloud storage system as Amazon S3, Google Drive, Dropbox. Here you can see an application example, which shows you how to upload an image to Amazon S3. You can launch it directly to the PaaS provider to see if it is what you are looking for.

A similar Spring application example for online shopping is the Bees Shop ClickStart, which shows you how to do it also with Amazon S3.

Upvotes: 1

Related Questions