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:
- Upload files to BlobStore
- A 'worker' to process blob files. By 'worker' I mean a listener that get newly added files, which can be really huge text files.
- Save a process log and delete the file from BlobStore
- 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 :)