Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Onur AKTAS
I will take a look at them Thanks you all, for your responses. > Date: Fri, 14 Aug 2009 19:10:48 +0200 > From: and...@neotechnology.com > To: user@lists.neo4j.org > Subject: Re: [Neo] neo4j Beginner Question > > Hi! > > > IndexService indexService = new Luc

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Anders Nawroth
se an additional key - value based database for keeping the >> relation between Node and User like below: >> (rdbms_user_id, neo4j_node_id) >> >> Is it a good idea? >> >> >>> From: neil.el...@mangala.co.uk >>> To: user@lists.neo4j.org >

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Neil Ellis
il.el...@mangala.co.uk >>> To: user@lists.neo4j.org >>> Date: Fri, 14 Aug 2009 16:21:38 +0100 >>> Subject: Re: [Neo] neo4j Beginner Question >>> >>> And then use the index-utils to find the node (it's a good simple >>> and >>>

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Mattias Persson
>> From: neil.el...@mangala.co.uk >> To: user@lists.neo4j.org >> Date: Fri, 14 Aug 2009 16:21:38 +0100 >> Subject: Re: [Neo] neo4j Beginner Question >> >> And then use the index-utils to find the node (it's a good simple and >> efficient integration with

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Onur AKTAS
de_id) Is it a good idea? > From: neil.el...@mangala.co.uk > To: user@lists.neo4j.org > Date: Fri, 14 Aug 2009 16:21:38 +0100 > Subject: Re: [Neo] neo4j Beginner Question > > And then use the index-utils to find the node (it's a good simple and > efficient integrati

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Neil Ellis
10 >> 1 -> 4 -> 3 -> 10 >> * 1 -> 4 -> 5 -> 3 -> 10 (It will not be shown because it exceeds >> the length 4). >> >> You mean that it can be handled with neo4j, but how can I map each >> User in RDBMS, to Nodes by their original Ids? >> >

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Dan Heaver
gt; > 1 -> 2 -> 3 -> 10 > 1 -> 4 -> 3 -> 10 > * 1 -> 4 -> 5 -> 3 -> 10 (It will not be shown because it exceeds > the length 4). > > You mean that it can be handled with neo4j, but how can I map each > User in RDBMS, to Nodes by their original Ids?

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Mattias Persson
;rdbms_id", myRdbmsId ); The node.getId() is just the internal id the node have in neo, which is unique, but not over time since ids can be reused if they gets deleted. > > Thanks. > > > >> From: neubauer.pe...@gmail.com >> Date: Wed, 5 Aug 2009 11:16:15 +0200 >&

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Onur AKTAS
des by their original Ids? Thanks. > From: neubauer.pe...@gmail.com > Date: Wed, 5 Aug 2009 11:16:15 +0200 > To: user@lists.neo4j.org > Subject: Re: [Neo] neo4j Beginner Question > > Hi Onur > > 2009/8/4 Onur AKTAS : > > Calculating,"friends of friends",

Re: [Neo] neo4j Beginner Question

2009-08-05 Thread Peter Neubauer
Hi Onur 2009/8/4 Onur AKTAS : > Calculating,"friends of friends", 3rd degree contacts or 4th degree etc. is > not a good idea with RDBMS. In short words, neo4j fits perfectly for these > kinds of jobs? yes, that is the kind of problems Neo4j and Graph Databases are trying to solve in general. Se

[Neo] neo4j Beginner Question

2009-08-04 Thread Onur AKTAS
Hi, I'm new to neo4j and thinking to use it in development of my social networking project but have some questions about it. Currently, I use MySQL to keep information about users but the relations between people is a big problem. Calculating,"friends of friends", 3rd degree contacts or 4th d