On Tue, May 26, 2015 at 12:17 PM, peter valencic <[email protected]>
 wrote:

> yes it's a kind of "expertise test" but I know how to develop it in Java
> and oracle db (local database where I can use table triggers, JPA and
> java).. or any kind of other database like (mysql or derbydb)..
>


I'm probably missing something here, but for the purposes of this question
are you constrained to using the datastore? Your original requirements are
quoted below (notice how it doesn't specify the choice of datastore/etc, it
asks you where to store the user data):


On Tue, May 26, 2015 at 7:04 AM, peter valencic <[email protected]>
 wrote:

> *Describe how would you do the following: **1) use GAE services to store
> user data (user himself and friend list)*
>
> *Where would you store user data?*
>


If you have free rein to choose the storage medium, pick Cloud SQL
<https://cloud.google.com/sql/docs/introduction>. It's basically MySQL in
the cloud, and since you already claim experience in MySQL your knowledge
is transferable. Bonus: the question about user badges is a relatively
simple SQL statement away. Many GAE applications use Cloud SQL as their
primary/only persistent data storage service.


On Tue, May 26, 2015 at 7:04 AM, peter valencic <[email protected]>
 wrote:

> *Describe how would you do the following:*
> *1) use GAE services to store user data (user himself and friend list) **Where
> would you store user data?*
> *2) GAE provides memcache service, how would you use it to minimize*
> *reads from datastore (mamcache is free, datastore is not)*
>


Here is where I have difficulty. In part (1) I apparently had free rein to
choose whatever storage service I want, but in (2) I'm being constrained to
the datastore. Yes, the deeper point of this question is how to save money
by using memcache but I'm unclear if this is supposed to be a standalone
question or if it builds upon (1)'s expected answer.


On Tue, May 26, 2015 at 1:45 PM, Jeff Schnitzer <[email protected]> wrote:

> Yes, it's going to take some time.
>


I echo and +1 Jeff's comments.


-----------------
-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 [email protected].
To post to this group, send email to [email protected].
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/CALSvALDuiyqsWtSmMtmOgavOG0fw-d%3D1phwhpr8HPLgDWQeHLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to