Sure, will try the approach stated in SO. Thanks

On Thursday, 16 April 2015 03:44:23 UTC+5:30, Vinny P wrote:
>
> On Wed, Apr 15, 2015 at 9:31 AM, Naresh Pokuri <poku...@gmail.com 
> <javascript:>> wrote:
>
>> Now we are planing develop migrate to app-engine using datastore. With 
>> this each team member will have his own datastore in local. How a team can 
>> share the same datastore to continue with the development. Is there a way?
>>
>
>
> There are many different ways to set this up. For instance, you could 
> prefix *kind* names with team member names - an entity with a *kind* of 
> *guestbook* could become *joesmith_guestbook* as one example.
>
> Probably the easiest way would be to set up namespaces: 
> https://cloud.google.com/appengine/docs/java/multitenancy/ . A namespace 
> partitions data so that it is available in particular contexts that you can 
> define. This SO answer provides more information about namespaces if you're 
> interested: http://stackoverflow.com/a/17187656
>
>  
> -----------------
> -Vinny P
> Technology & Media Consultant
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fbe14670-0404-433e-8dc2-642b1b0999b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to