I wonder if anyone has attempted implementing a personalized content feed using GAE.
The way that I look at it, we will need to pipeline incoming content into buckets and attach them with users based on user's affinity to other content. The feed generation for the user itself will need to be triggered via events. This may happen pretty often and will lead to a large number of writes. Not specifically a use case for which GAE is tuned for (more frequent reads and infrequent writes). Wondering if anyone has attempted anything similar or if there are any reference implementation architectures from the Appengine team. ~ B -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/dcae6fa4-175c-4311-9c09-23a70274014b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
