While playing around with playframework yabe-siena-gae, I noticed a datastore file created for the sample data.
Does any tool exist or is there some way to view the data inside the datastore file created by siena?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using the out of the box Play Server with the Google App Engine module, then you can’t unfortunately.
See here for more details.
The post does suggest that if you are deploying to a local servlet container (i.e. Tomcat/JBoss, but not the Play Netty server) then you may be able to use the standard data viewer URL that comes with GAE
Alternatively, deploy a test version to a GAE account, and use the data viewer from within the google web consoles for managing your apps.