Re: [google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-24 Thread timh
Actually you don't use /_ah/admin on the dev server any more. 

With the new version of the SDK (1.7.x - can't remember the specific 
release) you connect to port 8000 and datastore 
is http://localhost:8000/datastore

Cheers

Tim

On Saturday, August 24, 2013 12:47:03 PM UTC+8, Vinny P wrote:
>
> On Fri, Aug 23, 2013 at 7:21 AM, Vijay Kumbhani 
> 
> > wrote:
>
>> How to view Google datastore locally?
>>  
>>
>  
> If you're talking about the development server, you can inspect the 
> contents of the local dev_appserver's datastore by going to the path 
> /_ah/admin.
>
> If you want to view the contents of your production datastore in your 
> local machine, you'll have to download the datastore's data. See 
> https://developers.google.com/appengine/docs/python/tools/uploadingdata#Python_Downloading_data_from_App_Engine
>  for 
> an explanation of how it's done (basically use appcfg's download_data 
> option).
>
>
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 7:21 AM, Vijay Kumbhani wrote:

> How to view Google datastore locally?
>
>

If you're talking about the development server, you can inspect the
contents of the local dev_appserver's datastore by going to the path
/_ah/admin.

If you want to view the contents of your production datastore in your local
machine, you'll have to download the datastore's data. See
https://developers.google.com/appengine/docs/python/tools/uploadingdata#Python_Downloading_data_from_App_Engine
for
an explanation of how it's done (basically use appcfg's download_data
option).


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-23 Thread Vijay Kumbhani
For python ,

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.