[google-appengine] GAE MIcroServices

2021-04-12 Thread mukesh raj dass
Hi

Similar to an accounting software with multiple modules each with distinct 
codes and data access...is there any way of using GAE services (or 
microservices or prev modules) as modules all linked to a "default" (in 
app.yaml) module ?  The documentation seems to suggest that each services 
are distinct and cannot be linked unless via REST.

Any input is appreciated.

Thanks

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6441d8d9-1a9d-4d67-a52e-2384987fac24n%40googlegroups.com.


[google-appengine] GAE Microservices

2021-04-12 Thread mukesh raj dass
Hi

I am trying to develop an GAE with multiple modules each having distinct 
codes talking to Firebase.  A client might need an app with only 2 modules 
and other might need 5 modules...i was hoping to load them as services or 
microservices...problem is how to connect them together ?

It is like going to an accounting system and having a GL, Job Costing, 
Project costing as a separate module.  In the main entry point  (services: 
default) there will be a button to go to each services or modules  From 
what i understand in the documentation...each services (previously modules) 
cannot access to each of them unless via REST.

Any bright ideas how to do it in GAE using Firebase ?

Appreciate the input.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7d4b8696-483f-4717-99b0-44d33367175dn%40googlegroups.com.