Re: [Neo4j] Bulk insert with unique

2014-01-03 Thread Nigel Small
The load2neo plugin might help you (http://nigelsmall.com/load2neo). It uses Geoff (http://nigelsmall.com/geoff) which can represent unique nodes. Cheers Nigel On 3 January 2014 16:04, Michael Hunger wrote: > How much data do you want to insert? > > > Am 03.01.2014 um 16:58 schrieb David Blaney

Re: [Neo4j] Bulk insert with unique

2014-01-03 Thread Michael Hunger
How much data do you want to insert? Am 03.01.2014 um 16:58 schrieb David Blaney : > Hi, > > Is it possible, using the Java API, to bulk insert nodes with a unique > property name? > > I have been able to get the bulk insert and the create unique functionality > working separately but the

[Neo4j] Bulk insert with unique

2014-01-03 Thread David Blaney
Hi, Is it possible, using the Java API, to bulk insert nodes with a unique property name? I have been able to get the bulk insert and the create unique functionality working separately but the integration seems impossible. Maybe it is unsupported or I am missing something Any ideas? Tha