[google-appengine] migrate data

2012-04-27 Thread waseem altaf
hi
We have a java application deployed on Google appengine datastore. We
want to migrate to postgreeSql. There is one table that contains one
column as blob. Is there any way to migrate the whole data from google
appengine datastore to postgresql.Any help will be highly appreciated

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] how to download kind which contain BLOB column

2012-05-15 Thread waseem altaf
i am trying to download the entity/kind from google appengine
datastore so that i upload it on my development server. i am using
bulkloader --dump file=ph.dmp --kind=image --url=http://appspot.com/
remote_api

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.