Yes, since 1.4.3 App Engine allows you to programmatically create blobstore blobs: http://code.google.com/appengine/docs/python/blobstore/overview.html#Writing_Files_to_the_Blobstore
On Fri, May 20, 2011 at 12:40 PM, Barry Hunter <[email protected]> wrote: > Umm, how about the blobstore? > http://code.google.com/appengine/docs/python/blobstore/overview.html > > On 20 May 2011 05:14, PF <[email protected]> wrote: >> There is 1MB limit for memcache. I can imagine when I'd like to show >> statistic chart for last year there could be the need for more amount of >> data then 1MB so I cannot use memcache. Also for such 1 year statistic it is >> pretty enough to be recalculated only once per week e.g. Putting data to >> memcache for one week is not so ideal from my point of view. >> >> No other way then memcache? Or are my arguments above not relevant? >> >> Thx, >> Peter >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
