[google-appengine] Re: Writing Datastore controller for appengine and GCE?

2017-11-20 Thread Alex Buchanan
Ah, well, I have been digging through that documentation for weeks now, on and off. There is quite a bit of it, so I missed that note. Thanks for pointing it out. It took me awhile to realize that there were even two separate Go APIs. Maybe I skim too much. I ended up rewriting my api calls to

[google-appengine] Writing Datastore controller for appengine and GCE?

2017-11-19 Thread Alex Buchanan
I've written some API code using Datastore and the cloud.google.com/go/datastore library. As I started to look into deploying to Appengine, I realized there are some hurdles to having this code available in both Appengine and GCE. I see there is a separate library for in google.golang.org/appen

[google-appengine] Re: When to use PubSub vs Task Queues

2017-09-24 Thread Alex Buchanan
As of today though, what are the advantages to using Pub/Sub over Pull Queues? For example, are there any time or scale limits to using Pull Queues that Pub/Sub resolves? Thanks, Alex On Friday, February 3, 2017 at 10:30:54 AM UTC-8, Kim Lewandowski wrote: > > Hi Joshua -- > > It’s a good quest