Loading Edges into Dgraph database

Thanks for the help. Using you suggestion I now have python script that upserts the edges node by node, it’ll do for now but it isn’t really scalable. I guess that to load in bulk a lot of data with the performance like: Loading close to 1M edges/sec into Dgraph - Dgraph Blog it needs to be in one big rdf file with the edges predefined?