Re: [orientdb] Re: OrientDB very slow on inserting edges (relations)

2014-10-22 Thread Bojan Vukotić
I see this topic is very old, but I am still facing this problem. I downloaded OrientDB 1.7.8, I played with it programmatically, I wanted to migrate my rdbms to OriendDB, I did it programmatically, I already posted my code here

Re: [orientdb] ETL for professional import to OrientDB

2014-10-21 Thread Bojan Vukotić
any information. Lvc@ On 20 October 2014 13:31, 'Curtis Mosters' via OrientDB orient-...@googlegroups.com javascript: wrote: Is you code secret? I still don't understand the real issue you have, sorry. Am Montag, 20. Oktober 2014 15:26:27 UTC+2 schrieb Bojan Vukotić: Well, that's

Re: [orientdb] ETL for professional import to OrientDB

2014-10-21 Thread Bojan Vukotić
15:26:27 UTC+2 schrieb Bojan Vukotić: Well, that's exactly what I need (and what I already did). I thought maybe that ETL has some API that we could use to make this easier (I used 'pure' OrientDB API to implement this) On Monday, 20 October 2014 15:15:27 UTC+2, Curtis Mosters wrote: I

Re: [orientdb] ETL for professional import to OrientDB

2014-10-20 Thread Bojan Vukotić
Hi guys! The whole discussion here is how to create edges from one table to another, but what to do if we have more complex cases where we have connected 2 (or even more) tables? Example, n:n relation: book and authors, book can have one or more authors and author can work on one or more

Re: [orientdb] ETL for professional import to OrientDB

2014-10-20 Thread Bojan Vukotić
+2 schrieb Bojan Vukotić: Hi guys! The whole discussion here is how to create edges from one table to another, but what to do if we have more complex cases where we have connected 2 (or even more) tables? Example, n:n relation: book and authors, book can have one or more authors and author

Re: [orientdb] ETL for professional import to OrientDB

2014-10-20 Thread Bojan Vukotić
UTC+2 schrieb Bojan Vukotić: I prefer do it with ETL, if it is possible, I would like to avoid programming. If not, Java is also a good solution. So, example how to do it in ETL? And regarding ETL, I was playing with it, it imports vertices nicely, but when I want to import edges (100 000

Re: [orientdb] ETL for professional import to OrientDB

2014-10-20 Thread Bojan Vukotić
file containing the relations of the ID's? Can you post here the first 10 lines of each file maybe? That would help a low. Am Montag, 20. Oktober 2014 14:55:10 UTC+2 schrieb Bojan Vukotić: I took example from here http://www.orientechnologies.com/docs/last/orientdb-etl.wiki/Import-from

Re: [orientdb] NullPointerException creating Edge

2014-10-17 Thread Bojan Vukotić
This works just for v_id = wat. What if I want to connect all of them? Take a look at migration guide at https://github.com/orientechnologies/orientdb/wiki/Import-RDBMS-to-Graph-Model I want to do exactly same thing (let's assume we have 1 milion of posts and each post has 4-5 comments). I

Re: [orientdb] NullPointerException creating Edge

2014-10-17 Thread Bojan Vukotić
now. Have you evaluated the usage of OrientDB ETL instead? Lvc@ On 17 October 2014 04:30, Bojan Vukotić bbooj...@gmail.com javascript: wrote: This works just for v_id = wat. What if I want to connect all of them? Take a look at migration guide at https://github.com