sanorita
sanorita

Reputation: 953

What is the fastest way to upload a huge data set to Google App Engine?

I have some 4000+ records to be uploaded on the App Engine. Does GAE allow you to upload so much data? If yes, then I have some questions:

  1. How to upload that data?
  2. How much time will it take to complete this thing?
  3. What is the fastest method to upload it.

duplicate of: How do you upload data in bulk to Google App Engine Datastore?

Upvotes: 0

Views: 353

Answers (1)

Tom
Tom

Reputation:

Take a look at:

Aral Balkans GAEBAR (google backup and restore) http://aralbalkan.com/1784

google bulkloader http://code.google.com/appengine/docs/python/tools/uploadingdata.html

Upvotes: 1

Related Questions