Reputation: 953
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:
duplicate of: How do you upload data in bulk to Google App Engine Datastore?
Upvotes: 0
Views: 353
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