Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-13-2020 11:53 AM
I was playing around with the Movie DB in Bloom (for the first time.)
Using Bloom, I accidentally made the bad relationship
(:Movie {name:"You've Got Mail"})-[ACTED_IN]->(:Person {name:"Carrie Fisher"})
which is obviously wrong.
Using the Bloom UI:
(:Person)-[ACTED_IN]->(:Movie)
I know how to make modifications with Cypher.
My concern is that if we were to let less sophisticated people use Bloom, then they might make this type of noob mistake but there doesn't seem to be a way to fix it.
I tried:
[added] I now know how to reverse a relationship using APOC: https://neo4j.com/labs/apoc/4.1/graph-updates/graph-refactoring/invert-relationship/
But I still want to use Bloom (or something like it), so that DB noobs can use direct manipulation to fix the DB without having to learn Cypher.
01-26-2021 01:46 AM
Hey. Currently, we do not support deleting entities in Bloom. Looking ahead we will allow this in the future.
I agree with all of your points you've made here.
Thanks!
All the sessions of the conference are now available online