Hello,

I need to insert a lot of data into my neo4j db and I've came across 
load2neo, which seemed suitable for my case. I've parsed my data into a txt 
file named geoff.

Inserted the line 
`org.neo4j.server.database.location=/Users/Lucas/Documents/Neo4j/testdb.load2neo=/load2neo`
 
at my database properties file and placed the two .jar files at ` 
/Applications/Neo4j\ Community\ Edition.app/Contents/Resources/app/plugins`

but when I try to run the Bulk Load command line: `curl -X POST 
http://localhost:7474/load2neo/load/geoff` nothing happens.

I run it at the same directory where my geoff file is (which is not the 
same directory as the server, is that a problem?) and while my server is on 
at `http://localhost:7474/` but nothing happens.

Can someone point out what am I missing here? It looks like a simple 
mistake but I can't find where is it. Thanks!

-- 
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