[google-appengine] Re: Storage: alternatives to Blobstore

2011-02-08 Thread John Wheeler
My bad Ikai. The distinction between the two occurred to me as I was watching some of the I/O videos last week and I thought the same thing. On Feb 7, 10:54 am, "Ikai Lan (Google)" wrote: > Looks like a good article. I wish the author would call example #1 > "datastore blob storage" instead of Bi

Re: [google-appengine] Re: Storage: alternatives to Blobstore

2011-02-07 Thread Ikai Lan (Google)
Looks like a good article. I wish the author would call example #1 "datastore blob storage" instead of BigTable, though, but that's a nitpick. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter:

Re: [google-appengine] Re: Storage: alternatives to Blobstore

2011-02-07 Thread Roberto
The article was very useful, thanks ! Roberto On Monday, February 7, 2011 1:57:17 AM UTC+1, James Broberg wrote: > > This was a nice article on storage options for GAE: > > http://www.ibm.com/developerworks/java/library/j-gaestorage/?ca=drs- > > > -- You received this message because you are su

Re: [google-appengine] Re: Storage: alternatives to Blobstore

2011-02-06 Thread James Broberg
This was a nice article on storage options for GAE: http://www.ibm.com/developerworks/java/library/j-gaestorage/?ca=drs- On 7 February 2011 07:08, Ernesto Karim Oltra wrote: > I use Google Docs currently in my projects to give my clients the > control over their files: list, rename, delete, move

[google-appengine] Re: Storage: alternatives to Blobstore

2011-02-06 Thread Ernesto Karim Oltra
I use Google Docs currently in my projects to give my clients the control over their files: list, rename, delete, move, etc. I programmed a synchronisation cron every hour or so to cache data localy in datastore. The advantage is I haven't got to programme all that boring ui: remove, rename, etc.