Well Michael, comparing Neo4j (http://www.kwoxer.de/2014/11/22/daten-import-via-java-neo4j-real-beispiel-tutorial/) versus OrientDB (http://www.kwoxer.de/2014/11/12/daten-import-via-java-orientdb-real-beispiel-tutorial/). There is a huge difference as you can see.
For sure you cannot really compare it. Because here Neo4j is using Mapping e.g.. But I mean in tendence a bit harder to get. Am Sonntag, 7. Dezember 2014 18:24:07 UTC+1 schrieb Michael Hunger: > > The Java code is not that hard after all :) > > I'll share it in in an upcoming blog post. > > Michael > > On Sun, Dec 7, 2014 at 4:09 PM, 'Curtis Mosters' via Neo4j < > [email protected] <javascript:>> wrote: > >> I have meanwhile working Java code. So it's fine now. Just that the Java >> code is just not easy for beginners. >> >> Am Freitag, 5. Dezember 2014 10:20:41 UTC+1 schrieb Rene Rath: >> >>> not really an answer, but a nudge: with Neo4j 2.2 Milestone 1, which was >>> released this week, the batch-insert tool got integrated. You might want to >>> take a look at this: http://neo4j.com/docs/milestone/import-tool.html >>> >>> Am Mittwoch, 17. September 2014 13:23:40 UTC+2 schrieb Curtis Mosters: >>>> >>>> I want to give the *batch-import tool* (https://github.com/jexp/ >>>> batch-import/tree/20) another try. >>>> >>>> So let's start with a basic example. >>>> >>>> I have a file with >>>> >>>> ID,name >>>> >>>> *1,"Hans"2,"Werner"* >>>> ... >>>> >>>> and another file with >>>> >>>> ID,title >>>> >>>> *1,"First title"2,"Second title"* >>>> ... >>>> >>>> And finally I want to have one node of these in Neo4j like >>>> >>>> ID,name,title >>>> *1,"Hans","First title"* >>>> ... >>>> >>>> I think this is a very easy task. But how is that possible in that tool? >>>> >>>> ./import.sh test.db sample/nodes.csv sample/rels.csv >>>> >>>> This is the only code emaple I'm seeing there over and over. But that >>>> will not work for me because the second file is not really a relation, >>>> it's >>>> more an addition. >>>> >>>> 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] <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.
