How to add attributes to Neo4J Graph relation ? #103
karthik-tarento
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
We are using sunbird-learning-platform to create a Taxonomy objects using Framework, Category APIs.
We have created framework, category, terms and able to create associations between terms of different categories.
We would like to enhance this taxonomy service and would like to add few attributes to association between two nodes of the graph object.
Currently, there are two type of associations created -> hasSequenceMember and associatedTo
The "hasSequenceMember" has two attributes -> id, IL_SEQUENC_INDEX
The "associatedTo" has one attribute -> id
Is it possible to add few more attributes to either "hasSequenceMember" or "associatedTo" relation in graph ??
Can you help on how to add the attribute to relation? either direct Neo4J graph query to update or changes in schema or config file?
Please let us know if any possibilities?
Regards,
Karthik
Beta Was this translation helpful? Give feedback.
All reactions