Dear all,

I have a CSV file containing a long list of bank transactions made between 
lots of different people. Each record has:

* Transaction ID,
* ID from the person giving the money (account holder or counterpart),
* ID from the person receiving the money (account holder or counterpart),
* Number of the bank account affected,
* Date of the transaction,
* Value of the transaction,
* Place of the transaction.

I believe the structure of my data can be very well represented through a 
graph database using OrientDB. My data model is composed by persons of 
origin, transactions, bank accounts and account holders.

I have searched the documentation and I found I can divide the data into 
tables, one for relations between persons giving the money and 
transactions, one for relations between transactions and bank accounts, one 
for relations between account holders and bank accounts. My question is if 
there is a way to upload the data directly, without dividing it into the 
aforementioned tables. I managed to do this on Neo4j, but I'll like to try 
OrientDB.

Thank you in advance for your help.

Best regards,

Nicolás

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" 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