nodestream
nodestream copied to clipboard
[REQUEST] Graph Schema Refactoring (Adjacency Migrations)
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:
- Redirect Relationship - Point a relationship from one node to the next.
- Invert Relationship - Change the direction of a relationship. Often paired with a name change.
- Extract Node From Relationship - Extract an Intermediary node between two previously related nodes.