iStackoverflow
iStackoverflow

Reputation: 1

A tool to browse/extract data from the Google App Engine Datastore?

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

Answers (2)

Guido van Rossum
Guido van Rossum

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

Ibrahim Arief
Ibrahim Arief

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

Related Questions