EricSchles / fake_news_detector-backend

0 stars 1 forks source link

Backend diversity #3

Open EricSchles opened 7 years ago

EricSchles commented 7 years ago

For testing and development, staying with heroku is fine. However, for the production version of the site, scaling needs to be easy and cheap. For this reason, the code base will need to be able to run on a more scalable platform. I'm heavily considering AWS for this, but am open to suggestions.

drama-ostrich commented 7 years ago

I manage the AWS setup for a django app at my company so I could help with this. Scaling django on aws ec2, s3, etc has been pretty painless, but I don't know how this all works with a flask app though.