Hi Ivan. Currently, any data written to App Engine's datastore can be at
most 1 MB, so if you're planning to store large files in App Engine, you'll
have to split them into < 1 MB chunks and store these chunks as separate
entities. There are third-party abstraction frameworks that do this for you,
notably:

http://code.google.com/p/gaevfs/

Note that support for serving and storing large files is on the App Engine
roadmap:

http://code.google.com/appengine/docs/roadmap.html

- Jason

On Thu, Aug 20, 2009 at 6:27 AM, Ivan Lucena <ivluc...@gmail.com> wrote:

> Hi there,
> Is there any available API for storing large raster data in GAE?
>
> By raster data I mean geo-referenced satellite sensors data. By large I
> mean several years of observation.
>
> Thanks in advance,
>
> Ivan
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to