Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Lol Whot ?

Not trying to be a d*k or saying you are wrong, maybe I've only worked on simple-silly projects in my "medium'ish-long-career" so far but:

Why do you say that ? Really interested ?



Where do you store things like images, PDFs, binary files etc involved in your web apps? Most CRUD apps in my experience involve some kind of artefacts that need to be stored in some way.


You can store these on Heroku, but you have to remember that the volumes are volatile - so, you don't really know when given environment will restart and wipe all your temporary files that are not committed to the repo.

If your resources are required, then they should be committed. If you want persistent cache, there are options both inside and outside Heroku.

I think I agree with you though - it's weird for me to have code on Heroku, and then log in to AWS, to put stuff in S3 manually.


What if your artifacts are db-records ?


Heroku already provides a managed database service using Postgres, so you're fine for that.

It's if you want to store any kind of user uploaded or generated binary or large content - images, PDF reports, audio files, videos, JSON documents, code, logs - all common things you may want to manipulate in a web service.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: