Can anyone supply some sample code or hints on how to import a 1MB CSV of nodes, and another 1MB CSV of edges, into Titan graph database running on Cassandra?
I've got small CSV files importing via Gremlin, but this doesn't seem appropriate for large files.
I've seen Faunus can do this, but I'd like to avoid spending a couple of days setting it up if possible.
It looks like BatchGraph might be the way to go (https://github.com/tinkerpop/blueprints/wiki/Batch-Implementation) but the example appears to be incomplete.