I have a very basic task, but seems hard to achieve.
-Find each user’s first-degree neighbors
-Print them into file, limited to 5 neighbors for each person
What I have tried is the following, however it is not working, any tips?
random = SELECT s
FROM FirstNeighbors:s
LIMIT 5
f.println(start_node, s.name);