Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add create virtual node and edge procedures #501

Open
katarinasupe opened this issue Aug 9, 2024 · 0 comments
Open

Add create virtual node and edge procedures #501

katarinasupe opened this issue Aug 9, 2024 · 0 comments
Labels
community community Effort - Unknown Effort - Unknown Frequency - Monthly Frequency - Monthly Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@katarinasupe
Copy link
Contributor

Something similar to https://neo4j.com/labs/apoc/4.1/virtual/virtual-nodes-rels/.

The problem I am having is that I am creating some complex queries that rewire the graph structure but I am ending up with the original graph being modified (because I use a MERGE clause). How to CREATE/MERGE existing nodes and edges but keep the original graph intact?

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community Effort - Unknown Effort - Unknown Frequency - Monthly Frequency - Monthly Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Development

No branches or pull requests

1 participant