Hi everyone
I am migrating my data from mongo to my neo4j server. In my data, I have users with unique id's and the id's of their following/follower users.
I iterate through the users from mongo and first merge them into neo4j: (please don't mind cur...