Hi there,
I’ve deployed a Rails app on render that shows listings of businesses (something similar to Craigslist.com). Each listing will have between 10-20 photos and I plan to initially have 50-100 listings on the app (i.e. around 1,000 - 2,000 photos).
I don’t want to serve these photos by the app because I worry about the performance. I expect the amount of photos and users to increase in the near future. I plan to just store a public url for each photo in a listing.
What would be the best way to host these photos using render?
I would recommend using an object storage service alongside Render, something like Amazon S3, Google files etc - they provide almost infinite storage and would work great,
If you’re building a scaleable service then these might be a blocker as they restrict zero downtime deploys and can only be used with a single instance.