I am starting a web app and it would be the first time I use cloud services (PAAS).
I am building an IOT platform that intends to display live data coming from bluetooth and using python.
I am considering both google app engine and heroku as paas providers.
I saw that there seem to be a preference for Heroku vs Google App Engine in the developer community. Can anybody clearly explain why that is ? What would you opt for and why?
And also, it seems that PAAS alternatives limit the database options (for example in google it's datastore and heroku it's postgres) .. and other limitations as well. If I want to move to IAAS later on, would that be a major concern?
It seems that opting for IAAS (such as Amazon) is a much more complex endeavor, especially since I am just starting ... but let me know what you think :)
Thank you very much in advance