qiq
qiq

Reputation: 23

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

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?

Upvotes: 0

Views: 123

Answers (1)

msw
msw

Reputation: 43507

bulkloader is your friend.

Upvotes: 2

Related Questions