DEV Community

vgtom
vgtom

Posted on

Persistent storage on Heroku

Hi All.

Heroku seems like a popular PaaS(compared to Google App Engine or AWS Elastic Beanstalk) for hosting my micro-saas backend.

Now What kind of persistent storage can i use that is affordable?

I dont want to use a database like Postgres or MongoDB but want something that looks like a filesystem.

Between AWS S3 and Filestack which would prove to be a cheaper option for a small enterprise?

Infact what is a popular option in the startup community??

Thanks
VgTom

Top comments (0)