Skip to content

ikai/App-Engine-Java-Mapper-API-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrates a bunch of useful Mappers for use with the App Engine Mapreduce library

The Mapper library can be found here:

http://code.google.com/p/appengine-mapreduce

This project includes sample code for using the Java version of this
library. Code samples include:

- Changing all Strings to lowercase across all Entities
- Changing all Strings to lowercase across all Entities using a mutation pool (more efficient)
- Deleting all Entities of a given Kind
- Counting all the words across all Entities, then using a callback URL to save them
- Taking an input in the Mapper interface
- Importing data from a CSV file into the datastore

The introductory blog post to the Mapper API can be found here:

http://ikaisays.com/2010/07/09/using-the-java-mapper-framework-for-app-engine/

A follow up post about reading input from the Blobstore can be found here:

http://ikaisays.com/2010/07/09/using-the-java-mapper-framework-for-app-engine/

About

Demos of various uses of the Java Mapper API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages