Hi,
Does anyone care to offer an opinion/experience:
I have a certain operation, something like creating a new customer record, 
that:

   1. Creates records in Cloud SQL;
   2. Requires some logic per operation, which may be complex;
   3. And may be executed from:
   1. App Engine (so, off-line)
      2. Cloud Functions, triggered by Firebase events
      3. The command line, like Cloud Shell
   
Any thoughts on what's the best place for this routine to live in?

   1. MySQL stored proc (meh...)
   2. App Engine (but can you call that from a Function?)
   3. A function (but can you call that from anything?)
   4. Somewhere else?

Thank you for your advice
Yanay

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/32939324-79fe-4305-8fce-47ff56d7e007%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengin... yanay
    • [google-app... 'Katayoon (Cloud Platform Support)' via Google App Engine
      • RE: [go... Yanay @Pitch
        • Re:... 'Katayoon (Cloud Platform Support)' via Google App Engine
          • ... Yanay @Pitch
            • ... 'George (Cloud Platform Support)' via Google App Engine
              • ... Yanay @Pitch

Reply via email to