Sunday
28Jun2009
Scalable Trust Metrics in the Google Appengine Data Store
Sunday, June 28, 2009 at 9:00PM This is a dump of my thoughts on how to use Google App Engine for the back end of Trustmap. I’m no expert on data and this may not make much sense if you’re not me.
From a data store perspective, a user’s immediate trustmap looks like:
class Trustmap(db.Model):
user = db.KeyProperty()
context = db.StringProperty()
users = db.ListProperty(db.Key)
tagged
app engine,
trustmap
app engine,
trustmap 