Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-16-2022 10:40 AM
Hey Guys,
Is it possible to create native projections of specific nodes and relationships?
Eg:
if I have 10 Customer nodes each having ids 1,2,3.....,10.
I want to make a projection of nodes 1,2,3,4 and 5. They are all linked to each other based on some relationship say 'LINKED_TO'.
Solved! Go to Solution.
11-16-2022 02:34 PM
The manual specifies a native projection is defined by node relationships and relationship types. All nodes and relationships of those labels and types will be projected. You will need to use a cypher projection if you want to add constraints.
11-16-2022 02:34 PM
The manual specifies a native projection is defined by node relationships and relationship types. All nodes and relationships of those labels and types will be projected. You will need to use a cypher projection if you want to add constraints.
All the sessions of the conference are now available online