Skip to content

Multiple parents #400

Answered by lvca
tackITEasy asked this question in Q&A
May 19, 2022 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Hi @tackITEasy, yes you can. ArcadeDB allows the creation of bidirectional property graphs, so you can have a tree or more complicated structures:

  1. Create an edge type 'ParentOf'
  2. Create vertices and connect them with 'ParentOf' relationship. You can have as many as you want.
  3. You could also create a 'PrimaryParentOf' edge type if you want to distinguish the kind of parent relationship

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@tackITEasy
Comment options

Answer selected by tackITEasy
Comment options

You must be logged in to vote
3 replies
@lvca
Comment options

@tackITEasy
Comment options

@lvca
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants