How do I organize a data in tree form in a graph db such as arangodb so that
Short Description: The database contains skills names and description aranged in hierarcy structure. Requirements: 1. I can sync trees under 2 different nodes (other skills) for example, suppose python is a skill and it's under web dev and AI then if I change the sub tree of python and include some libraries in python skill then it is updated in both web dev an AI (hint, we can use refrences to facilate this sync meaning it will be automatically synced by nature). Here we will call the python node inside web dev and AI as virtual node or virtual skill 2. IMPORTANT CHALLENGE: Exclude particular skills from these virtual skills for example exclude django from python virutal node inside AI and exclude scikit-learn from python virtual node inside web dev 3. ANOTHER IMPORTANT CHALLENGE: Include new skill in these virtual skills for example include skill "Web backend security" in python virtual node under web dev. I need to exclude a sub sub skill as well for example I need to exclude skill "django-redis" from skill "django" under "python" as a virtual node in "web dev", since python was references using this VirutalSkill edge we can only exclude the child skill not grand children. How do I accomplish this? -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/arangodb/52d94808-bff1-48ff-94f4-1cea2be097adn%40googlegroups.com.
