janusgraph icon indicating copy to clipboard operation
janusgraph copied to clipboard

Need to add a tool for batch data import

Open homealim2012 opened this issue 3 years ago • 1 comments

If you import data directly through gremlin statements, it takes about half an hour to add 100000 points, which is far from meeting the performance requirements.Therefore, a fast data import tool is needed to import data into janusgraph, such as https://docs.nebula-graph.com.cn/3.2.0/20.appendix/write-tools/

homealim2012 avatar Jul 21 '22 08:07 homealim2012

Have you tried using Spark? The last time I tried, I could use Spark to load 50 million edges to JanusGraph (C* as backend) in an hour.

li-boxuan avatar Jul 24 '22 18:07 li-boxuan