Re: [MTT devel] MTToGDS

2010-03-03 Thread Jeff Squyres
On Feb 16, 2010, at 10:19 AM, Igor Ivanov wrote: > I am sending patch that enable google account approach to submit data to MTT > GDS. > It also has the fix to a bug in displaying table as respond to bquery.pl > --view (It has not been committed yet to MTT trunk). Thanks guys! And sorry for my

Re: [MTT devel] MTT GDS -- one more...

2010-03-03 Thread Jeff Squyres
On Feb 21, 2010, at 5:52 AM, Mike Dubman wrote: > > > 2. In reading through the Google Appengine docs, the GDS stuff looks like > > we mainly can access the data through GQL. I don't see any mention of doing > > map/reduce kinds of computations (Ethan and I were talking on the phone > > today abo

Re: [MTT devel] MTToGDS

2010-03-03 Thread Jeff Squyres
Yoinks. Alternatively, doesn't a Google login return a cookie of some flavor that is valid for a long period of time (somewhere between 1 day and 2 weeks)? Can't we keep/cache that cookie down in the MTT client and use it for subsequent data submissions until the cookie expires and we have to

Re: [MTT devel] MTToGDS

2010-03-03 Thread Jeff Squyres
...or should we be using OAuth? http://code.google.com/intl/en-EN/apis/accounts/docs/OAuthForInstalledApps.html On Mar 3, 2010, at 2:36 PM, Jeff Squyres (jsquyres) wrote: > Yoinks. > > Alternatively, doesn't a Google login return a cookie of some flavor that is > valid for a long period of ti