Skip to content

jayk140/batch-writes-with-app-engine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple application demonstrating how to execute batch write processing in Google App Engine (Python) using up-to-date APIs (NDB, Taskqueues). Writes are the most expensive operation in App Engine. For applications with frequently updated entities, for the purpose of keeping a page view count for example, batch writes can greatly reduce overall cost.

  • Please note that the cron job does not run automatically when testing locally. You can simulate the cron job by using CURL or similar tool to hit handler that processes task queues. curl http://localhost:8080/viewcount -v

About

Demonstration of batch write operations in Google App Engine / Python using Task Queues API and Cron Jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published