Hi, I wonder how you guys work with the persistent ordered graph structures.
What I need to be able to do is to propagate all the changes from a node to all its child nodes recursively. A node is basically a permission (loaded with the information, such as subject, user, company etc) that is propagated through to the other nodes. Doing it in SQL is probably possible but seems to be a huge pain. Similar thing applies to Document DB (unless I stick the whole graph into a single document). Could you please give some suggestions on this? Thanks, Dima http://www.ApproachE.com -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
