nodestream icon indicating copy to clipboard operation
nodestream copied to clipboard

[REQUEST] Graph Schema Refactoring (Adjacency Migrations)

Open zprobst opened this issue 1 year ago • 1 comments

There are a variety of migrations that change the topology of the graph instead of just the data types themselves. The APOC docs have a whole section of possible refactorings that would be nice to support. However. some of the most relevant ones are:

  1. Redirect Relationship - Point a relationship from one node to the next.
  2. Invert Relationship - Change the direction of a relationship. Often paired with a name change.
  3. Extract Node From Relationship - Extract an Intermediary node between two previously related nodes.

zprobst avatar Apr 29 '24 14:04 zprobst

I think the target for this will simply be:

  • AddAdjacency
  • DropAdjacency
  • InvertAdjacency

More complicated types are probably not reasonably needed.

zprobst avatar Aug 12 '24 14:08 zprobst