Hello guys, I have crazy question which needs some experts to help me. I am using C# to add many nodes (20k) I am adding them to the Aws Neptune. but if I do them one by one it's going to take very long time. therefore I need to have like bulk addV() codes. here is my code but it is not working as I want. - Some concerns here: what is the maximum Iterate() requests? - Can I add the 20k node by one go or I need to devided them in smaller packets? - Is there any better way to Bulk add/update the graph?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
AT
Apache TinkerPop
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.