In general, you'll have to set up an HTTP-based interface to your data (e.g. handlers to create, retrieve, update, etc.) -- you won't be able to connect to and interface directly with the datastore service in particular. That said, you might find the remote_api module (Python-only, for now) interesting: http://code.google.com/appengine/articles/remote_api.html
- Jason On Tue, Sep 1, 2009 at 12:33 AM, asianCoolz <[email protected]> wrote: > > possible to only utitlieze bigtable for storing data ? may i know is > it possible to connect to certain port on google app engine to query > for database in bigtable? let say i deployed my app in amazon and i > want to use google app engine's bigtable > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
