Provide documentation and/or code samples for bulk loading
There have been a number of questions about bulk loading on the mailing list, as well as in GitHub issues, such as #268 and #602.
This is also a critical step in the getting started process for using a new database such as JanusGraph, and in many cases, users' first experience with using JanusGraph for a non-trivial exercise, so it's important to make this a smooth and simple process.
JanusGraph users would benefit from having:
- simple and clear documentation for how to do bulk import of data, e.g., CSV/TSV, etc. into JanusGraph
- whether there are any backend-specific optimizations or tuning parameters for bulk loading
- code samples that users can either run as-is with just a few parameters, or build upon for custom bulk loading
Excellent idea. For the case of using TinkerPop's BulkLoaderVertexProgram, please do not forget the instructions on OneTimeBulkLoader vs IncrementalBulkLoader and the need for an index for the latter as discussed in: https://groups.google.com/forum/#!topic/janusgraph-users/fO3PwKcHHCg
See also issue #613
Hi @mbrukman did we do anything about this?