|
|
|
|
|
by thesoonerdev
3386 days ago
|
|
By far, the most common complaints I have heard when researching about GCP online are the following:
1) You cannot use SQL in the same way other platforms allow you
2) Only a subset of language features are supported for Java and Python and it is a little hard to know when you will run into that issue
3) As a combination of 1 and 2, it is not easy to migrate out of GCP and this makes it a kind of vendor lock in. While many people seem to agree that the platform itself works very well, if you are developing on GCP, free credits or not, doesn't this mean you are knowingly getting into a platform that will be hard to leave? Can someone who has worked with GCP address if these concerns are still ongoing? Also, are there some positives which are not easy to see from the outside which might have helped you choose them/stick with them? |
|
Are you talking about Postgres support? Because they also announced that today. Or are you talking about something else?
> 2) Only a subset of language features are supported for Java and Python
The new "App Engine Flexible Environment" seems to support most things, including Python 3 and libraries with C extensions. Are you perhaps talking about the old App Engine environment?