Re: [google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread asmith26
ki/Microservices ) where the approach is to > split the app into as many small micro app as possible in order to make the > development of the app easier... > > On Mar 6, 2018, at 11:43 PM, asmith26 <asmit...@gmail.com > > wrote: > > Thank you for your answer - can I ask

[google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread asmith26
nly have one service). > > Anyways, yes, you are correct - adding additional services will require > new / separate instances to be running so in many cases it will slightly > increase the cost. > > On Tuesday, March 6, 2018 at 10:58:55 PM UTC+2, asmith26 wrote: >> >> Hi

[google-appengine] Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread asmith26
Hi there, I am trying to determine if I should break my GAE project from one service to multiple smaller services. Does each service added cost 1 more instance hour? Looking at the following chart, it would indicate it might: [image: Hierarchy graph of services/versions/instances] Thus I am

[google-appengine] Re: Datastore structure for app like Google Forms?

2017-08-02 Thread asmith26
Very interesting idea. Many thanks for your detailed answer! On Wednesday, August 2, 2017 at 6:05:59 PM UTC+1, Jordan (Cloud Platform Support) wrote: > > There does not seem to be any limit for Datastore Kinds > . Essentially > you would

[google-appengine] Datastore structure for app like Google Forms?

2017-08-02 Thread asmith26
I'm building a web app for allowing users to create online forms through a GUI, but I am unsure how to structure my database (similar to Google Forms ). My ideas are: - 1 Kind for the forms designed by users, 1 Kind for the data containing