Re: [Neo] Leaderboard?

2010-03-16 Thread Lachlan Cotter
gt; Probably depends on the logic of your scoring system, I would think. >>> >>> >>> On 16/03/2010, at 8:43 AM, Rick Bullotta wrote: >>> >>>> Perhaps a linked list using relationships? >>>> >>>> Or even a btree should be doable?

Re: [Neo] Leaderboard?

2010-03-16 Thread Craig Taverner
ps a linked list using relationships? > > > > > > Or even a btree should be doable? > > > > > > --Original Message-- > > > From: Mattias Ask > > > Sender: user-boun...@lists.neo4j.org > > > To: Neo user discussions > > >

Re: [Neo] Leaderboard?

2010-03-16 Thread Mattias Ask
gt; > Perhaps a linked list using relationships? > > > > Or even a btree should be doable? > > > > --Original Message-- > > From: Mattias Ask > > Sender: user-boun...@lists.neo4j.org > > To: Neo user discussions > > ReplyTo: Neo user discussio

Re: [Neo] Leaderboard?

2010-03-15 Thread Lachlan Cotter
un...@lists.neo4j.org > To: Neo user discussions > ReplyTo: Neo user discussions > Subject: [Neo] Leaderboard? > Sent: Mar 15, 2010 11:03 AM > > I've been thinking of a problem that I have, and would like to hear > how you > all would solve it. > > I have a use c

Re: [Neo] Leaderboard?

2010-03-15 Thread Rick Bullotta
Perhaps a linked list using relationships? Or even a btree should be doable? --Original Message-- From: Mattias Ask Sender: user-boun...@lists.neo4j.org To: Neo user discussions ReplyTo: Neo user discussions Subject: [Neo] Leaderboard? Sent: Mar 15, 2010 11:03 AM I've been thinking

[Neo] Leaderboard?

2010-03-15 Thread Mattias Ask
I've been thinking of a problem that I have, and would like to hear how you all would solve it. I have a use case where the top scoring users should be presented in a leaderboard. One players action may effect many players scores. How would you solve this problem when using Neo? I know that I coul