0

I'm pretty new to pythonDev and GAE, just run through "getting started" from google site, so any dumb tips will be appreciated.

I want to do the following:

  1. Upload files to BlobStore
  2. A 'worker' to process blob files. By 'worker' I mean a listener that get newly added files, which can be really huge text files.
  3. Save a process log and delete the file from BlobStore
  4. Then, save processed data to bigTable

I'm using the boilerplate available in this video (and can be downloaded here)

Any questions or further explanation, just ask. Thanks :)

4

1 に答える 1

0

AppEngineはデフォルトでリスナーです。ブロブを受け取った場合は、ブロブを処理するタスクを開始できます。GAEのドキュメントに例があります。

于 2012-05-06T18:57:25.540 に答える