Amir,

please have a look at the BATCH-REST-API:

http://docs.neo4j.org/chunked/1.4.M04/rest-api-batch-ops.html

Michael

Am 18.07.2011 um 22:36 schrieb Amir T:

> I am running a neo4j server and interacting with it using REST API.  There
> is no option to do Batch Insert (I double checked latest WADL as well).
> 
> So as a work-around I'm shutting down the server then open the DB as an
> Embedded DB and do the Batch Insert (from a local file) and bring up the DB
> on Server mode to use REST API. Of course, I had to do so because opening
> the DB as embedded from Java (while Server was online) was throwing out
> error exceptions.
> 
> The goal is to use rapid insert speed of the Batch Insert as opposed to slow
> remote REST. In practice it was a huge difference in speed.
> 
> Thanks
> Amir
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to