Hi, App Engine doesn't accept hard drives for loading of data. Currently, all data must be loaded in to datastore via HTTP requests. For this purpose, we have a bulk upload utility that can populate the data for your app from your local machine.
Please see our documentation for more information: http://code.google.com/appengine/docs/python/tools/uploadingdata.html -Marzia On Mon, Mar 2, 2009 at 8:35 PM, Dong Wang <[email protected]> wrote: > > I have some questions about transfer large amounts of data (10+ TB). I > am wondering if the data can be shipped in via FedEx or UPS. I am > hoping to have the data available faster then an internet transfer. I > have a few questions about this possibility. > - How quickly will the data be available on Google App Engine after > receiving the data? > - Can the hard drives (to ship data) be returned? > - Is there any additional cost for handling and plugging in the drive? > - What zip code will the data be shipped to? I need it for calculating > costs. > > Thanks for your help > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
