I\'m developing an application for Google App Engine which uses BigTable for its datastore.
It\'s an application about writing a story collaboratively. It\'s a very
One solution I can think about is - the path to the node is also the key of that node. So the key of node 11 is "2/7/6/11". You can traverse the path by a simple key lookup of all keys in the path - "2/7/6/11", "2/7/6", "2/7", "2"