[google-appengine] Re: Understanding the value proposition of App Engine for data processing

2015-08-11 Thread Christian F. Howes
I've found map reduce to be painful, but i don't do tons of large-scale data processing. i do run a mobile application API on app engine and for that app engine is simply amazing! with a carefully designed schema and using the "limits" of app engine to my advantage we get great performance wi

[google-appengine] Re: Java app and scheduler settings

2015-08-11 Thread Mauricio Lumbreras
Hello, we are suffering mostly the same issue, we have resident instances and without any reason nor error, the instance is killed and restarted. No ah stop message in the logs. Also we do not run out of memory. We run B8 backends and java. I started a very long ticket with GAE support a couple

Re: [google-appengine] Understanding the value proposition of App Engine for data processing

2015-08-11 Thread 'Tom Kaitchuck' via Google App Engine
I think you may be more interested in Cloud Dataflow: https://cloud.google.com/dataflow/what-is-google-cloud-dataflow On Tue, Aug 11, 2015 at 11:30 AM, Duo Zmo wrote: > I'm just digging into map reduce on Google App Engine, and my early > results are discouraging. I had in mind that I'd process

Re: [google-appengine] Understanding the value proposition of App Engine for data processing

2015-08-11 Thread Barry Hunter
> > > Experimental results: > > Simple Python: 1 minute 22 seconds > GAE dev server: 2 hours 17 minutes 12 seconds > The Dev server isnt designed for performance. Its designed to be a close approximation of the functionality of the online service. Enough so developers can work. Much functionality

[google-appengine] Understanding the value proposition of App Engine for data processing

2015-08-11 Thread Duo Zmo
I'm just digging into map reduce on Google App Engine, and my early results are discouraging. I had in mind that I'd process about 10GB of data for an analysis I want to do, and I didn't even think that'd be that big a deal (given all the talk about petabyte-scale storage and such), but it's cu

[google-appengine] Re: Entities disappearing from index

2015-08-11 Thread Michael Edland
Hey Rodrigo, Did you find a solution for this? I'm having the same issue. Items in the composite index seem to randomly disappear. I see it was a while ago. There aren't many posts with this issue. Thanks. Mike On Wednesday, August 26, 2009 at 12:42:25 AM UTC-7, Rodrigo Moraes wrote: > > O

Re: [google-appengine] Re: How do I use Federated Login with OpenID Connect?

2015-08-11 Thread 'Les Vogel' via Google App Engine
You might wish to look into the Google Identity Toolkit for Federated Login / OpenID Connect. On Mon, Aug 10, 2015 at 8:51 PM, NP wrote: > I've logged a feature request > . >

[google-appengine] Re: python: error when calling platform.platform()

2015-08-11 Thread Michael Spainhower
I want the 3rd party library (Authy) to work without modification in a way that is unlikely to break upon a change in that library, GAE, or the python 2.7 native API. Authy only uses the result of platform.platform() to create its user agent string for http requests, so it doesn't really matter

[google-appengine] Re: python: error when calling platform.platform()

2015-08-11 Thread Patrice (Cloud Platform Support)
Hi! What do you want exactly? The platform.platform call to work? I don't think it can, unless you can change where it tries to get libc's version. Do you want to be able to look in the fs of your instance? You can't. If what you want is a "platform string", you could always create your own s

Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2015-08-11 Thread Thomas Wiradikusuma
Hi guys, Any news on this? It's almost a year since last discussion here and Google Cloud Endpoints is still very slow. Regarding suggestion to "hit the rpc 50x to warm it up", how do you know "when"? I mean, "hit rpc from time to time, and when it's slow, hit it 50x" doesn't sound like a go