Hi, I had the similar question here 

I'm try to create the neo4j node in eclipse using following code. i try to 
import the large data file which the connection and node are just simple 
number.

int[] newnode=new int[10];
for(int i=0; i<newnode.length; i++){
     Node newnode[i]=db.createNode();
}

newnode[1].createRelationshipTo(newnode[2], Rels.KNOWS );

while this don't work. i am trying to test. my data file for connection is 
like

1 3
4 5 

does the node name has to be like A and B this way. but i have 20millons 
node in the dataset
On Wednesday, March 12, 2014 9:26:52 PM UTC-7, Luanne wrote:
>
> Hi,
>
> Here are some references to get you started:
>
> The online training course: http://www.neo4j.org/learn/online_course
>
> Learn Cypher: http://www.neo4j.org/tracks/cypher_track_start
>
> Pick a driver to start coding: http://www.neo4j.org/develop
>
> The manual: http://docs.neo4j.org/chunked/stable/
>
> Let us know if you're stuck at a particular point.
>
> Regards
> Luanne
>
>
> On Thu, Mar 13, 2014 at 8:55 AM, jigar katariya 
> <[email protected]<javascript:>
> > wrote:
>
>> Sir can someone help me out how can i create a multiple nodes at once 
>> because i am developing a project as i want to develop a graph with 
>> multiple nodes so could someone help me out in doing so ? Thank you
>>  
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Neo4j" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to