neo4j-graph-algorithms icon indicating copy to clipboard operation
neo4j-graph-algorithms copied to clipboard

feature request: don't require node ids provided separately when using projections

Open sarmbruster opened this issue 5 years ago • 0 comments

When running any algo on a projection we have to supply

  1. a list of node ids
  2. a list of source id, end id and weight for the relationships

The need for providing node ids separately seems to be redundant. They are already given by source and end ids.

This is esp. helpful if your projection is rather complex so need to run the same projection statement twice.

sarmbruster avatar Mar 28 '19 17:03 sarmbruster