I mean analyzing 2 users profiles I get a score that it is reciprocal
a.affinity(b) == b.affinity(a)
I'd like to know in particular:
which schema would u use to implement the affinity table
which db mysql, redis,..
which technology would you use to update the affinity score in background?
Thanks