Question
Which is the right method to manage huge number of files "without" going to specific cloud solution?
Hi, I’m working in a project site which will manage thousands of files (images and pdfs basically). I’ll deploy the site in the coming weeks after 1 year working in it. Of course, the I’ll deploy the site with Digital Ocean, actually a beta version is already up & running.
I wonder which is the right method to scale the site as the need of files storage increases (I plan 4/5 Gb monthly).
Yes, I know, I’ve checked Azure, RackSpace… but these cloud solutions includes geo-redundancy (and other stuff that my solution, at this phase, does'nt need) and complicates the development (in the sense that it has to be “attached” to those specific solutions).
Moreover, these services (File Storage services) fit better for CDNs, in which is difficult to differenciate between “public” files and “private” files.
The site is fully developed with NodeJS.
Because it will be easy to put in place (and cheap) I’m thinking just to comission a new Ubuntu server with 20Gb / 30 Gb SSD space and create a private network to access the files using NFS. This could be the first approach (and surely is not the best).
What’s you opinion? Someone with experience in systems similar to this?
I’d appreciate some help!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×