On Wednesday, February 4, 2015 at 6:45:07 AM UTC-8, opensourcegeek wrote:
>
> Hi Anthony,
>
> Thanks - but these are parts of an app engine's application not the whole
> application itself. I'd like to run say data acquisition service on app
> engine for one of the streams of data and I'd like
Hi Anthony,
Thanks - but these are parts of an app engine's application not the whole
application itself. I'd like to run say data acquisition service on app
engine for one of the streams of data and I'd like to add another stream as
another app engine application. And if possible I'd like to d
Hi,
You could look to deploy different application versions - which would run
independently of one another inside a single App Engine project. Each
version would be available on a different hostname e.g.
v1.app.appspot.com
v2.app.appspot.com
and so forth.
Thanks
Ant
Kind Regards,
Anthony Shapl
Hi all,
I've been thinking about deploying multiple microservices as app engine
applications, but so far I cannot find a way to deploy multiple app engine
applications to one single project. I'm on a free trial at the minute, so
is this functionality to be able to create multiple app engine app