What's the best way to upload 1,000 (different) content files to a GAE Java web app every day?

Posted by qiq on Stack Overflow See other posts from Stack Overflow or by qiq
Published on 2010-04-07T04:46:50Z Indexed on 2010/04/07 4:53 UTC
Read the original article Hit count: 279

I need to upload a large number of content files to an App Engine app every day - perhaps 1,000 or more - that will be served from the app. Cumulatively over time I expect these uploads to add up to over 1,000,000 separate content files stored in the production app.

Is the appcfg tool the best or only way to carry out these daily batch file uploads?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about java