You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to netfli...@googlegroups.com
Hi there,
assume i have a tree structure like a file-System (each node has a uniqueId, what would be the best practice to put it into NFBuildGraph so i can make this kind of query:
1. given a node id: query the parent path (parent-> grandParent .... -> root) 2. given a node id: query all direct children 3. given a node id: query all children & grandchilren & ---grandgrandchilren ....
is the library suitable for this kind of thing (deep navigation) ?