Hi Erik,
Although you have some basic access to data via the admin console,
there is really nothing quite like Management Studio for App Engine.
There are no update or delete 'queries', so you have to write
administrative scripts when you need to do bulk changes. There are
tools that make this easier, you could look into the mapper API. For
most of my administrative tasks I simply use cursors and the task
queue. There is also a remote api that can help a bunch too.
Some useful links:
http://code.google.com/p/appengine-mapreduce/
http://code.google.com/appengine/articles/datastore/overview.html
http://code.google.com/appengine/articles/remote_api.html
Robert
On Sun, Oct 10, 2010 at 02:48, Erik Oosterwaal
<[email protected]> wrote:
> Hi All,
> I'm just looking into GAE, so this is propably a noob-question, but here
> goes;
> Is there a tool for database management on BigTable, like sql management
> studio for MS SQL or MySQL Workbench for MySQL?
> If not; how do you easily perform tasks like looking over your existing data
> or (bulk) updating/deleting/inserting?
> I can imagine a lot of data being more or less dynamic, like in the App
> Engine examples I've seen, but there is also almost always some semi-fixed
> data like a list of countries or languages, or a list of options a user has,
> to name a few examples.
> It would also be nice to be able to browse around your datastore to check if
> there's any orphaned/unused data or just to see what's exactly in there.
> I haven't been able to find a tool that does this with BigTable.
> Thanks,
> Erik
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.