Best way to get (millions of rows of) data into Janusgraph via Tinkerpop, with a specific model
问题 Just started out with Tinkerpop and Janusgraph, and I'm trying to figure this out based on the documentation. I have three datasets, each containing about 20 milions rows (csv files) There is a specific model in which the variables and rows need to be connected, e.g. what are vertices, what are labels, what are edges, etc. After having everything in a graph, I'd like to of course use some basic Gremlin to see how well the model works. But first I need a way to get the data into Janusgraph.