Mr Loke
2018-03-01 15:18:50 UTC
Hi
I have a csv file containing the following fields:
date,amount,name, from, to
25-02-2018,900.00,Ibrahim, 5196030001, 5196030002
26-02-2018,100.00,Angela, 5196030002, 5196030003
27-02-2018,100.00,Michael, 5196030003, 5196030004
28-02-2018,100.00,Tom, 5196030004, 5196030064
How do I build the graph which can automatically link from account
5196030001 to 5196030004 ? From the documentation, it said I need to define
the inbound and outbound vertex one by one which is not feasible to do when
I have over a million records.
Any idea that this can be done in ArangoDB ?
I have a csv file containing the following fields:
date,amount,name, from, to
25-02-2018,900.00,Ibrahim, 5196030001, 5196030002
26-02-2018,100.00,Angela, 5196030002, 5196030003
27-02-2018,100.00,Michael, 5196030003, 5196030004
28-02-2018,100.00,Tom, 5196030004, 5196030064
How do I build the graph which can automatically link from account
5196030001 to 5196030004 ? From the documentation, it said I need to define
the inbound and outbound vertex one by one which is not feasible to do when
I have over a million records.
Any idea that this can be done in ArangoDB ?
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.