I
I
ivanteterichev2019-01-25 08:03:25
Data storage
ivanteterichev, 2019-01-25 08:03:25

Large amounts of data for the site (50-100 GB, photos). Organization of search among them. Cloud storage or something else?

Good day!
There is a site on WP. The task is to upload about 1000 photos per day. And already on the site, use the search by file name.
What is the smartest thing to use for this? Cloud storages (ideally Yandex.Disk, a subscription is already in use) or some kind of extended hosting? And How? What is the approximate sequence of actions to all this?
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
luna3956, 2019-01-25
@ivanteterichev

You can use any s3 as storage, see where it's cheaper. For example , here is a comparison. And searching by file name is not a search in the repository, but in a regular database, in which you will have a plate with the names of the photos and links to the photos themselves, something like this Images(id, name, link), where link - link to image in storage

M
M25, 2019-01-25
@M25

yandex.disk has excellent REST API and WebDav API, use them
https://tech.yandex.ru/disk/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question