I am working on a product which is using Spring REST and MangoDB. Out team in general connect to MongoDB server exist in remote system and implement the features. So, we all share same DB between the team. With this we no need to create huge data as it get populated automatically by team daily activity. So, same time we can look at performance as well.
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?
Now we are planing develop migrate to
app-engineusingdatastore. 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?