I use Google Appengine Datastore Blob to store images, but I want to use Blobstore instead. I need to move all the existing blobs to Blobstore.
What is the best way to do it with GAE for Java?
I use Google Appengine Datastore Blob to store images, but I want to use
Share
I solved the problem using MapReduce as Nick Johnson suggested:
Check the project:
http://code.google.com/p/appengine-mapreduce/
And great tutorial by Ikai Lan:
http://ikaisays.com/2010/07/09/using-the-java-mapper-framework-for-app-engine/
This is how the map method could look like: