cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Projecting Specific Nodes using Graph Native Projections in Neo4j

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'.

1 ACCEPTED SOLUTION

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. 

View solution in original post

1 REPLY 1

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.