When to choose App Engine over cloud features?

Sorry if this is a naive question, but I watched a bunch of conversations from Google employees and still don’t understand why on earth I would use AE instead of CF?

If I understood correctly, the whole concept of both of these services is to create a "microservice architecture".

  • both CF and AE are stateless
  • both are expected to be performed for a limited period of time
  • both can interact with dbs and other gcp apis.

Although, AE should be wrapped on its own server. It mainly uses a lot of complexities with the same capabilities as CF. So when should I use it instead of CF?

+36
source share
2

(CF) Google App Engine (GAE) - . , , .

, , . CF, GAE .

CF GAE (, ):

  • Node.JS, Python Go. GAE
  • , , "". , GAE, GAE , CF. , ,
  • GAE , , CF . Google / ( ) GAE, CF. , memcached.
  • GAE / , CF. , ndb ( python env GAE) /, .
  • GAE , "" ( , , ) "" CF ( )
  • GAE, CF, , , , :
    • GAE /, , CF /
    • ( ) , CF . , , , .
+47

App Engine , , ( ) , - , - .

App Engine , .

App Engine, App Engine Could . , Spotify App Engine.

, , , App Engine, , , , .

Google, , . , , .

+12

Source: https://habr.com/ru/post/1688534/


All Articles