Reputation: 1
I'm looking for tool (data extract utility) to browse/extract data from the Google App Engine Datastore. I found one but it hasn't been released - GAEBrowser. Does anybody know of a similar tool? Thanks in advance!
Upvotes: 0
Views: 463
Reputation: 16890
You might also look into remote_api, which lets you write Python scripts that run on your own computer but access your app's Datastore: https://developers.google.com/appengine/articles/remote_api
Upvotes: 2
Reputation: 9106
I know one, of course, the datastore viewer in GAE admin console: https://appengine.google.com/datastore/explorer?&app_id={yourappid}
What's wrong with the official datastore viewer anyway?
Upvotes: 2